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 240b26551f1 branch-3.0: [fix](case) check task info message less 
strict #54362 (#54410)
240b26551f1 is described below

commit 240b26551f1a51586d43bf83b568eade4aebb841
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 6 21:56:56 2025 +0800

    branch-3.0: [fix](case) check task info message less strict #54362 (#54410)
    
    Cherry-picked from #54362
    
    Co-authored-by: Yongqiang YANG <[email protected]>
---
 .../suites/load_p2/broker_load/test_parquet_large_metadata_load.groovy  | 2 +-
 .../suites/load_p2/broker_load/tvf/test_tvf_based_broker_load.groovy    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/load_p2/broker_load/test_parquet_large_metadata_load.groovy
 
b/regression-test/suites/load_p2/broker_load/test_parquet_large_metadata_load.groovy
index fe305a65742..fe25b72ad1e 100644
--- 
a/regression-test/suites/load_p2/broker_load/test_parquet_large_metadata_load.groovy
+++ 
b/regression-test/suites/load_p2/broker_load/test_parquet_large_metadata_load.groovy
@@ -62,7 +62,7 @@ suite("test_parquet_large_metadata_load_p2", "p2") {
     }
     
     def etl_info = ["unselected.rows=0; dpp.abnorm.ALL=0; dpp.norm.ALL=45000"]
-    def task_info = ["cluster:${s3Endpoint}; timeout(s):14400; 
max_filter_ratio:0.0"]
+    def task_info = ["${s3Endpoint}; timeout(s):14400; max_filter_ratio:0.0"]
     def error_msg = [""]
     // test unified load
     if (enabled != null && enabled.equalsIgnoreCase("true")) {
diff --git 
a/regression-test/suites/load_p2/broker_load/tvf/test_tvf_based_broker_load.groovy
 
b/regression-test/suites/load_p2/broker_load/tvf/test_tvf_based_broker_load.groovy
index a35d24e5f03..cd5b63ea1b9 100644
--- 
a/regression-test/suites/load_p2/broker_load/tvf/test_tvf_based_broker_load.groovy
+++ 
b/regression-test/suites/load_p2/broker_load/tvf/test_tvf_based_broker_load.groovy
@@ -243,7 +243,7 @@ suite("test_tvf_based_broker_load", "p2") {
     }
 
     def etl_info = ["unselected.rows=0; dpp.abnorm.ALL=0; dpp.norm.ALL=200000"]
-    def task_info = ["cluster:${s3Endpoint}; timeout(s):14400; 
max_filter_ratio:0.0"]
+    def task_info = ["${s3Endpoint}; timeout(s):14400; max_filter_ratio:0.0"]
     def error_msg = [""]
 
     // test load


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

Reply via email to