From a074dc59cc1cc5286dc9ae0a8e8fe0e4d3c9eb62 Mon Sep 17 00:00:00 2001 From: Yongqiang YANG <98214048+dataroaring@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:01:21 +0800 Subject: [PATCH] [fix](case) adjust error msg checking to real msg (#42000) --- .../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 4a6ee4c847a5db..a8ed6e1e69d9ec 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()