This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new b79f0ebbfc [fix](branch-2.0) update pipeline regression conf (#23120)
b79f0ebbfc is described below
commit b79f0ebbfc3cb59cdfd915e275ad2dda8908efc6
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Aug 17 20:01:52 2023 +0800
[fix](branch-2.0) update pipeline regression conf (#23120)
---
regression-test/pipeline/p0/conf/be.conf | 2 +-
regression-test/pipeline/p0/conf/fe.conf | 2 ++
regression-test/pipeline/p0/conf/regression-conf.groovy | 12 ++++++++++--
regression-test/pipeline/p1/conf/be.conf | 3 ++-
regression-test/pipeline/p1/conf/fe.conf | 2 ++
regression-test/pipeline/p1/conf/regression-conf.groovy | 7 +++++--
6 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/regression-test/pipeline/p0/conf/be.conf
b/regression-test/pipeline/p0/conf/be.conf
index a14767accc..3c18e12055 100644
--- a/regression-test/pipeline/p0/conf/be.conf
+++ b/regression-test/pipeline/p0/conf/be.conf
@@ -26,7 +26,7 @@ webserver_port = 8141
heartbeat_service_port = 9151
brpc_port = 8161
-mem_limit = 50%
+mem_limit = 90%
disable_minidump = true
path_gc_check_interval_second=1
max_garbage_sweep_interval=180
diff --git a/regression-test/pipeline/p0/conf/fe.conf
b/regression-test/pipeline/p0/conf/fe.conf
index 677545c0f9..772ad23a9d 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -82,3 +82,5 @@ enable_feature_binlog=true
enable_mtmv = true
dynamic_partition_check_interval_seconds=3
+
+enable_full_auto_analyze=true
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 1b0a101597..2184c98b31 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -54,9 +54,10 @@ testDirectories = ""
// this groups will not be executed
excludeGroups = ""
// this suites will not be executed
-excludeSuites =
"test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv"
+excludeSuites =
"window_function,test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog,test_transactional_hive"
+
// this directories will not be executed
-excludeDirectories = ""
+excludeDirectories = "workload_manager_p1"
customConf1 = "test_custom_conf_value"
@@ -83,6 +84,11 @@ pg_14_port=7121
enableHiveTest=false
hms_port=7141
+enableEsTest=false
+es_6_port=19200
+es_7_port=29200
+es_8_port=39200
+
cacheDataPath = "/data/regression/"
s3Endpoint = "cos.ap-hongkong.myqcloud.com"
@@ -90,3 +96,5 @@ s3BucketName = "doris-build-hk-1308700295"
s3Region = "ap-hongkong"
max_failure_num=50
+
+externalEnvIp="127.0.0.1"
diff --git a/regression-test/pipeline/p1/conf/be.conf
b/regression-test/pipeline/p1/conf/be.conf
index 730cfaba3d..d144948dbe 100644
--- a/regression-test/pipeline/p1/conf/be.conf
+++ b/regression-test/pipeline/p1/conf/be.conf
@@ -26,7 +26,7 @@ webserver_port = 8142
heartbeat_service_port = 9152
brpc_port = 8162
-mem_limit = 50%
+mem_limit = 90%
disable_minidump = true
path_gc_check_interval_second=1
max_garbage_sweep_interval=180
@@ -69,3 +69,4 @@ fragment_pool_thread_num_max=5000
enable_fuzzy_mode=true
enable_set_in_bitmap_value=true
enable_feature_binlog=true
+max_sys_mem_available_low_water_mark_bytes=69206016
\ No newline at end of file
diff --git a/regression-test/pipeline/p1/conf/fe.conf
b/regression-test/pipeline/p1/conf/fe.conf
index 51c6cb2d2a..adc042357c 100644
--- a/regression-test/pipeline/p1/conf/fe.conf
+++ b/regression-test/pipeline/p1/conf/fe.conf
@@ -85,3 +85,5 @@ auto_check_statistics_in_sec=60
dynamic_partition_check_interval_seconds=3
enable_feature_binlog=true
+
+auth_token = 5ff161c3-2c08-4079-b108-26c8850b6598
diff --git a/regression-test/pipeline/p1/conf/regression-conf.groovy
b/regression-test/pipeline/p1/conf/regression-conf.groovy
index db21399555..2c3fca73bf 100644
--- a/regression-test/pipeline/p1/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p1/conf/regression-conf.groovy
@@ -47,8 +47,9 @@ testGroups = ""
// empty suite will test all suite
testSuites = ""
// this suites will not be executed
-excludeSuites = "q67_ignore_temporarily"
-
+excludeSuites =
"test_profile,test_broker_load,test_spark_load,test_refresh_mtmv"
+// this dir will not be executed
+excludeDirectories = "workload_manager_p1"
cacheDataPath="/data/regression/"
s3Endpoint = "cos.ap-hongkong.myqcloud.com"
@@ -56,3 +57,5 @@ s3BucketName = "doris-build-hk-1308700295"
s3Region = "ap-hongkong"
max_failure_num=0
+
+externalEnvIp="127.0.0.1"
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]