This is an automated email from the ASF dual-hosted git repository.
gavinchou 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 bf989bf0bbf [fix](test) enlarge timeout for test_autoinc_broker_load
(#53744) (#53885)
bf989bf0bbf is described below
commit bf989bf0bbf608a1e379691c55efbfe71a85c8b0
Author: Yongqiang YANG <[email protected]>
AuthorDate: Fri Jul 25 17:08:16 2025 +0800
[fix](test) enlarge timeout for test_autoinc_broker_load (#53744) (#53885)
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 582f3bec565..7f8e979ac31 100644
--- a/regression-test/suites/variant_github_events_new_p0/load.groovy
+++ b/regression-test/suites/variant_github_events_new_p0/load.groovy
@@ -125,7 +125,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]