Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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