This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 88c258c2185 [test](routine load) fix some unstable routine load cases
(#42252) (#44388)
88c258c2185 is described below
commit 88c258c2185c82463383b3212f15427ff3bcc4ed
Author: hui lai <[email protected]>
AuthorDate: Thu Nov 21 23:07:01 2024 +0800
[test](routine load) fix some unstable routine load cases (#42252) (#44388)
pick #42252
Fix some unstable routine load case.
---
.../suites/load_p0/routine_load/test_routine_load_condition.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
b/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
index 0816280eaac..7735867c749 100644
---
a/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
+++
b/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
@@ -174,6 +174,7 @@ suite("test_routine_load_condition","p0") {
}
break;
}
+ sleep(2000)
} finally {
sql "stop routine load for ${jobName}"
sql "DROP TABLE IF EXISTS ${tableName}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]