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 696bd978fdc branch-3.0: [regression-test](fix) sleep after mv job
finished #47573 (#47753)
696bd978fdc is described below
commit 696bd978fdc3c8e9ce63ce9c13617a6f011f82ee
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 12 19:29:46 2025 +0800
branch-3.0: [regression-test](fix) sleep after mv job finished #47573
(#47753)
Cherry-picked from #47573
Co-authored-by: shuke <[email protected]>
---
.../suites/schema_change_p0/test_dup_rollup_schema_change.groovy | 1 +
.../suites/schema_change_p0/test_uniq_rollup_schema_change.groovy | 1 +
2 files changed, 2 insertions(+)
diff --git
a/regression-test/suites/schema_change_p0/test_dup_rollup_schema_change.groovy
b/regression-test/suites/schema_change_p0/test_dup_rollup_schema_change.groovy
index a5e7172ba63..c25ffe1039a 100644
---
a/regression-test/suites/schema_change_p0/test_dup_rollup_schema_change.groovy
+++
b/regression-test/suites/schema_change_p0/test_dup_rollup_schema_change.groovy
@@ -32,6 +32,7 @@ suite ("test_dup_rollup_schema_change") {
Awaitility.await().atMost(timeout,
TimeUnit.SECONDS).with().pollDelay(100, TimeUnit.MILLISECONDS).await().until(()
-> {
String result = getMVJobState(tbName)
if (result == "FINISHED") {
+ sleep(3000)
return true;
}
return false;
diff --git
a/regression-test/suites/schema_change_p0/test_uniq_rollup_schema_change.groovy
b/regression-test/suites/schema_change_p0/test_uniq_rollup_schema_change.groovy
index 9929aaecf8c..52372b3cc13 100644
---
a/regression-test/suites/schema_change_p0/test_uniq_rollup_schema_change.groovy
+++
b/regression-test/suites/schema_change_p0/test_uniq_rollup_schema_change.groovy
@@ -33,6 +33,7 @@ suite ("test_uniq_rollup_schema_change") {
Awaitility.await().atMost(timeout,
TimeUnit.SECONDS).with().pollDelay(100, TimeUnit.MILLISECONDS).await().until(()
-> {
String result = getMVJobState(tbName)
if (result == "FINISHED") {
+ sleep(3000)
return true;
}
return false;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]