| commit | e6607b83d123f9f3b47072c9e204f58cd1621806 | [log] [tgz] |
|---|---|---|
| author | zhannngchen <48427519+zhannngchen@users.noreply.github.com> | Sat Oct 12 00:34:33 2024 +0800 |
| committer | GitHub <noreply@github.com> | Sat Oct 12 00:34:33 2024 +0800 |
| tree | 79fe334cfa36badc08bea5ef3d85ff06c7fbee4b | |
| parent | 0d07e3d17ee770b4765fbe872825bb189fba21b1 [diff] |
[fix](regression-test) fix flaky case test_partial_update_compaction_with_higher_version (#41717)
diff --git a/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy b/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy index 7af5366..b5ae149 100644 --- a/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy +++ b/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy
@@ -194,7 +194,7 @@ // let the second partial update load publish disable_block_in_publish() - t1.join() + t2.join() Thread.sleep(300) order_qt_sql "select * from ${table1};"