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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 819e51d2c32 branch-3.1: [fix](test) enlarge timeout for 
test_autoinc_broker_load #53744 (#53886)
819e51d2c32 is described below

commit 819e51d2c32ab518a885a18bfbd4eb3e85022493
Author: Yongqiang YANG <[email protected]>
AuthorDate: Fri Jul 25 14:12:59 2025 +0800

    branch-3.1: [fix](test) enlarge timeout for test_autoinc_broker_load #53744 
(#53886)
    
    pick #53744
---
 .../suites/external_table_p0/hive/test_autoinc_broker_load.groovy       | 2 +-
 .../external_table_p0/hive/test_partial_update_broker_load.groovy       | 2 +-
 regression-test/suites/variant_github_events_new_p0/load.groovy         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy 
b/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy
index 106263203fc..8a98f891f86 100644
--- 
a/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy
+++ 
b/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy
@@ -46,7 +46,7 @@ suite("test_autoinc_broker_load", 
"p0,external,hive,external_docker,external_doc
         }
 
         def wait_for_load_result = {checklabel, testTable ->
-            def max_try_milli_secs = 10000
+            def max_try_milli_secs = 60000
             while(max_try_milli_secs) {
                 def result = sql "show load where label = '${checklabel}'"
                 if(result[0][2] == "FINISHED") {
diff --git 
a/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
 
b/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
index f9b31a3d8a8..f49a11efc27 100644
--- 
a/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
+++ 
b/regression-test/suites/external_table_p0/hive/test_partial_update_broker_load.groovy
@@ -47,7 +47,7 @@ suite("test_primary_key_partial_update_broker_load", 
"p0,external,hive,external_
         }
 
         def wait_for_load_result = {checklabel, testTable ->
-            def max_try_milli_secs = 10000
+            def max_try_milli_secs = 2000000
             while(max_try_milli_secs) {
                 def result = sql "show load where label = '${checklabel}'"
                 if(result[0][2] == "FINISHED") {
diff --git a/regression-test/suites/variant_github_events_new_p0/load.groovy 
b/regression-test/suites/variant_github_events_new_p0/load.groovy
index e2ae7162b64..1eecee9264a 100644
--- a/regression-test/suites/variant_github_events_new_p0/load.groovy
+++ b/regression-test/suites/variant_github_events_new_p0/load.groovy
@@ -126,7 +126,7 @@ suite("regression_test_variant_github_events_p0", "p0"){
          def jobStateResult = sql """  SHOW ALTER TABLE COLUMN WHERE 
IndexName='github_events' ORDER BY createtime DESC LIMIT 1 """
          return jobStateResult[0][9]
     }
-    int max_try_time = 200
+    int max_try_time = 1000
     while (max_try_time--){
         String result = getJobState("github_events")
         if (result == "FINISHED") {


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

Reply via email to