This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 170a14801b5 [fix](case) adjust error msg checking to real msg (#42000)
(#42310)
170a14801b5 is described below
commit 170a14801b572d127d99a7e838b862074eca7e47
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu Oct 24 23:28:12 2024 +0800
[fix](case) adjust error msg checking to real msg (#42000) (#42310)
---
.../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]