pick: https://github.com/apache/doris/pull/41326
This commit is contained in:
@ -1191,8 +1191,8 @@ class Suite implements GroovyInterceptable {
|
||||
} while (timeoutTimestamp > System.currentTimeMillis() && (status == 'PENDING' || status == 'RUNNING' || status == 'NULL' || status == 'CANCELED'))
|
||||
if (status != "SUCCESS") {
|
||||
logger.info("status is not success")
|
||||
assertTrue(result.toString().contains("same table"))
|
||||
}
|
||||
Assert.assertEquals("SUCCESS", status)
|
||||
}
|
||||
|
||||
void waitingPartitionIsExpected(String tableName, String partitionName, boolean expectedStatus) {
|
||||
|
||||
Reference in New Issue
Block a user