From 8ade916d7cba37945f040fc9bfdd89d4cedf0df4 Mon Sep 17 00:00:00 2001 From: pingchunzhang Date: Thu, 9 Feb 2023 15:01:27 +0800 Subject: [PATCH 1/2] [fix](regression case) exclude test_broker_load suite, reopen after bug fix --- 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 b40be3a9617a5e..7ce67c1c579873 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 6121dc2e0b0167..5f3112f86e81fd 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" From ad90637e26dfebb7ca120491cf9f076a7fe5e05d Mon Sep 17 00:00:00 2001 From: pingchunzhang Date: Wed, 8 Mar 2023 19:45:37 +0800 Subject: [PATCH 2/2] close fe debug log level for avoiding flink load fail --- regression-test/pipeline/p0/conf/fe.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/pipeline/p0/conf/fe.conf b/regression-test/pipeline/p0/conf/fe.conf index e8d9847bf883e8..b288d63fb371b8 100644 --- a/regression-test/pipeline/p0/conf/fe.conf +++ b/regression-test/pipeline/p0/conf/fe.conf @@ -54,7 +54,7 @@ catalog_trash_expire_second=1 # log_roll_size_mb = 1024 # sys_log_dir = ${DORIS_HOME}/log # sys_log_roll_num = 10 -sys_log_verbose_modules = org.apache.doris +# sys_log_verbose_modules = org.apache.doris # audit_log_dir = ${DORIS_HOME}/log # audit_log_modules = slow_query, query # audit_log_roll_num = 10