This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new ac7d9f61f88 [fix](case) adjust error msg checking to real msg (#42000) (#43138) ac7d9f61f88 is described below commit ac7d9f61f8859fb30d428496e16cafb21f29a244 Author: Yongqiang YANG <98214048+dataroar...@users.noreply.github.com> AuthorDate: Sun Nov 3 00:41:47 2024 +0800 [fix](case) adjust error msg checking to real msg (#42000) (#43138) --- .../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 4a6ee4c847a..a8ed6e1e69d 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') { // 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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org