Skip to content

Commit

Permalink
[fix](case) adjust error msg checking to real msg (apache#42000)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Nov 2, 2024
1 parent 9e7a1c9 commit a074dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a074dc5

Please sign in to comment.