This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 14c34ed9502 branch-3.0: [regression-test](suite) add sleep to
waitingMVTaskFinishedByMvName #47549 (#47754)
14c34ed9502 is described below
commit 14c34ed9502775cb247212ee3543b8a5ec2332f8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 26 10:27:47 2025 +0800
branch-3.0: [regression-test](suite) add sleep to
waitingMVTaskFinishedByMvName #47549 (#47754)
Cherry-picked from #47549
Co-authored-by: shuke <[email protected]>
---
.../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
index 384c94c4bfb..d694a0507cf 100644
---
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
+++
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
@@ -1619,6 +1619,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) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]