Skip to content

Commit

Permalink
[test](pipline) adjust mem limit to 90 & exclude some cases (apache#2…
Browse files Browse the repository at this point in the history
…2445)

adjust mem limit to 90 & exclude some cases
  • Loading branch information
zgxme authored Aug 2, 2023
1 parent ddd9085 commit a4ef340
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion regression-test/pipeline/p0/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
3 changes: 2 additions & 1 deletion regression-test/pipeline/p1/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion regression-test/pipeline/p1/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit a4ef340

Please sign in to comment.