This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 a4ef340777 [test](pipline) adjust mem limit to 90 & exclude some cases
(#22445)
a4ef340777 is described below
commit a4ef3407778855f44663aeea275b3ea3c43965ce
Author: zgxme <[email protected]>
AuthorDate: Wed Aug 2 15:11:22 2023 +0800
[test](pipline) adjust mem limit to 90 & exclude some cases (#22445)
adjust mem limit to 90 & exclude some cases
---
regression-test/pipeline/p0/conf/be.conf | 3 ++-
regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +-
regression-test/pipeline/p1/conf/be.conf | 3 ++-
regression-test/pipeline/p1/conf/regression-conf.groovy | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/regression-test/pipeline/p0/conf/be.conf
b/regression-test/pipeline/p0/conf/be.conf
index ec37da6867..9319dcadc6 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
@@ -72,3 +72,4 @@ enable_fuzzy_mode=true
max_depth_of_expr_tree=200
enable_set_in_bitmap_value=true
enable_feature_binlog=true
+max_sys_mem_available_low_water_mark_bytes=69206016
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 9cd1b992a7..8ee84611a3 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -54,7 +54,7 @@ testDirectories = ""
// this groups will not be executed
excludeGroups = ""
// this suites will not be executed
-excludeSuites =
"test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv"
+excludeSuites =
"test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter"
// this directories will not be executed
excludeDirectories = "workload_manager_p1"
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/regression-conf.groovy
b/regression-test/pipeline/p1/conf/regression-conf.groovy
index e360ddaf5d..a9fca37619 100644
--- a/regression-test/pipeline/p1/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p1/conf/regression-conf.groovy
@@ -47,7 +47,7 @@ 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_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter"
// this dir will not be executed
excludeDirectories = "workload_manager_p1"
cacheDataPath="/data/regression/"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]