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

morningman 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 851a3575ae [fix](regression case) exclude test_broker_load suite, 
reopen after bug fix (#16554)
851a3575ae is described below

commit 851a3575ae052774f86275a27615f5e4368e44da
Author: chunping <[email protected]>
AuthorDate: Thu Feb 9 15:51:32 2023 +0800

    [fix](regression case) exclude test_broker_load suite, reopen after bug fix 
(#16554)
    
    There is something wrong with the `test_broker_load` suite(s3 auth problem).
    So I ignore this case temporarily.
    cc @wsjz , please help to solve it and add it back
---
 regression-test/conf/regression-conf.groovy             | 2 +-
 regression-test/pipeline/p0/conf/regression-conf.groovy | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/regression-test/conf/regression-conf.groovy 
b/regression-test/conf/regression-conf.groovy
index b40be3a961..7ce67c1c57 100644
--- a/regression-test/conf/regression-conf.groovy
+++ b/regression-test/conf/regression-conf.groovy
@@ -50,7 +50,7 @@ testDirectories = ""
 // this groups will not be executed
 excludeGroups = ""
 // this suites will not be executed
-excludeSuites = ""
+excludeSuites = "test_broker_load"
 // this directories will not be executed
 excludeDirectories = ""
 
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 6121dc2e0b..5f3112f86e 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -48,7 +48,7 @@ testDirectories = ""
 // this groups will not be executed
 excludeGroups = ""
 // this suites will not be executed
-excludeSuites = "test_date_function"
+excludeSuites = "test_date_function,test_broker_load"
 // this directories will not be executed
 excludeDirectories = ""
 
@@ -81,4 +81,4 @@ cacheDataPath = "/data/regression/"
 
 s3Endpoint = "cos.ap-hongkong.myqcloud.com"
 s3BucketName = "doris-build-hk-1308700295"
-s3Region = "ap-hongkong"
\ No newline at end of file
+s3Region = "ap-hongkong"


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

Reply via email to