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

zhangstar333 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 6dc682d4eee [chore](ci) add back rountine load cases (#34724)
6dc682d4eee is described below

commit 6dc682d4eee87f43a5abee5f779cb4d4db106227
Author: Dongyang Li <[email protected]>
AuthorDate: Tue May 14 17:33:32 2024 +0800

    [chore](ci) add back rountine load cases (#34724)
    
    Co-authored-by: stephen <[email protected]>
---
 regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 3 ---
 regression-test/pipeline/p0/conf/regression-conf.groovy              | 3 ---
 2 files changed, 6 deletions(-)

diff --git 
a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy 
b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
index ab93cc758d6..0810ac8a403 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -22,9 +22,6 @@ testGroups = "p0"
 // * sort lines in vim: select lines and then type :sort
 // * sort lines in vscode: https://ulfschneider.io/2023-09-01-sort-in-vscode/
 excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as 
the first line
-    "test_routine_load," + // depends on kafka docker which has gone away, 
fixing
-    "test_routine_load_error," + // depends on kafka docker which has gone 
away, fixing
-    "test_routine_load_condition," + // depends on kafka docker which has gone 
away, fixing
     "set_replica_status," + // not a case for cloud mode, no need to run
     "test_be_inject_publish_txn_fail," + // not a case for cloud mode, no need 
to run
     "test_bitmap_filter," +
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index c42f83a802c..9989e6a9a84 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -64,9 +64,6 @@ excludeGroups = ""
 
 excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as 
the first line
     "test_bitmap_filter," +
-    //"test_routine_load," + // depends on kafka docker which has gone away, 
fixing
-    //"test_routine_load_error," + // depends on kafka docker which has gone 
away, fixing
-    //"test_routine_load_condition," + // depends on kafka docker which has 
gone away, fixing
     "test_dump_image," +
     "test_index_failure_injection," +
     "test_profile," +


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

Reply via email to