This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 6f207acce40 branch-4.0: [fix](case) Increase the robustness of some 
docker case #57991 (#58053)
6f207acce40 is described below

commit 6f207acce40bfd67983ee399c74591edbc38aa5b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 15 21:02:44 2025 +0800

    branch-4.0: [fix](case) Increase the robustness of some docker case #57991 
(#58053)
    
    Cherry-picked from #57991
    
    Co-authored-by: deardeng <[email protected]>
---
 regression-test/suites/cloud_p0/multi_cluster/test_auto_start.groovy   | 1 +
 .../suites/cloud_p0/tablets/test_clean_tablet_when_rebalance.groovy    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/cloud_p0/multi_cluster/test_auto_start.groovy 
b/regression-test/suites/cloud_p0/multi_cluster/test_auto_start.groovy
index ef49d7ee217..4ed68da1132 100644
--- a/regression-test/suites/cloud_p0/multi_cluster/test_auto_start.groovy
+++ b/regression-test/suites/cloud_p0/multi_cluster/test_auto_start.groovy
@@ -77,6 +77,7 @@ suite('test_auto_start_in_cloud', 'multi_cluster, docker') {
     }
 
     docker(options) {
+        sql "set global enable_audit_plugin = false"
         sql """
             CREATE TABLE table1 (
             class INT,
diff --git 
a/regression-test/suites/cloud_p0/tablets/test_clean_tablet_when_rebalance.groovy
 
b/regression-test/suites/cloud_p0/tablets/test_clean_tablet_when_rebalance.groovy
index 9a91707731d..75c2c410a23 100644
--- 
a/regression-test/suites/cloud_p0/tablets/test_clean_tablet_when_rebalance.groovy
+++ 
b/regression-test/suites/cloud_p0/tablets/test_clean_tablet_when_rebalance.groovy
@@ -46,7 +46,8 @@ suite('test_clean_tablet_when_rebalance', 'docker') {
 
     def selectTriggerRehash = { ->
         for (int i = 0; i < 5; i++) {
-            sql """
+            sleep(1000) 
+            try_sql """
                 select count(*) from $table
             """
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to