Skip to content

Commit

Permalink
[fix](suite) Fix backup cancelled case (#40655)
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter authored Sep 11, 2024
1 parent 931dd83 commit 459834c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ suite("test_backup_cancelled", "backup_cancelled") {
)
"""

while (syncer.checkSnapshotFinish(dbName) == false) {
Thread.sleep(3000)
}
syncer.waitAllRestoreFinish(dbName)

result = sql "SELECT * FROM ${dbName}.${tableName}"
assertEquals(result.size(), values.size());
Expand Down

0 comments on commit 459834c

Please sign in to comment.