Skip to content

Commit

Permalink
[fix](regression-test) fix flaky case test_partial_update_compaction_…
Browse files Browse the repository at this point in the history
…with_higher_version (apache#41717)
  • Loading branch information
zhannngchen authored Oct 11, 2024
1 parent 0d07e3d commit e6607b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ suite("test_partial_update_compaction_with_higher_version", "nonConcurrent") {

// let the second partial update load publish
disable_block_in_publish()
t1.join()
t2.join()
Thread.sleep(300)

order_qt_sql "select * from ${table1};"
Expand Down

0 comments on commit e6607b8

Please sign in to comment.