This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 788c3dec1d5 [fix](case) adjust error msg checking to real msg (#42000)
788c3dec1d5 is described below
commit 788c3dec1d5319859a3813792eb942fbb8a49625
Author: Yongqiang YANG <[email protected]>
AuthorDate: Wed Oct 23 13:01:21 2024 +0800
[fix](case) adjust error msg checking to real msg (#42000)
---
.../suites/compaction/test_compaction_with_visible_version.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/compaction/test_compaction_with_visible_version.groovy
b/regression-test/suites/compaction/test_compaction_with_visible_version.groovy
index e9b60774efa..ddf80e09642 100644
---
a/regression-test/suites/compaction/test_compaction_with_visible_version.groovy
+++
b/regression-test/suites/compaction/test_compaction_with_visible_version.groovy
@@ -268,7 +268,7 @@ suite('test_compaction_with_visible_version', 'docker') {
// E-230:
//(1105, 'errCode = 2, detailMessage =
(128.2.51.2)[CANCELLED]missed_versions is empty, spec_version 43,
// max_version 123, tablet_id 10062')
- exception 'missed_versions is empty'
+ exception 'versions are already compacted'
}
cluster.clearFrontendDebugPoints()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]