Skip to content

Commit

Permalink
[regression-test](suite) add sleep to waitingMVTaskFinishedByMvName (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shuke987 authored Feb 11, 2025
1 parent 6345472 commit 9034b0c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1598,6 +1598,9 @@ class Suite implements GroovyInterceptable {
logger.info("status is not success")
}
Assert.assertEquals("FINISHED", status)
// even when job states change to "FINISHED", the table state may not be changed from rollup when creating mv.
// so sleep here.
sleep(1000)
}

void waitingPartitionIsExpected(String tableName, String partitionName, boolean expectedStatus) {
Expand Down

0 comments on commit 9034b0c

Please sign in to comment.