Skip to content

Commit

Permalink
Update regression-conf.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Nov 3, 2023
1 parent 207a8e4 commit 09e9ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ testGroups = ""
// empty suite will test all suite
testSuites = ""
// empty directories will test all directories
testDirectories = "load_p0/http_stream"
testDirectories = ""

// this groups will not be executed
excludeGroups = ""
Expand All @@ -59,7 +59,7 @@ excludeSuites =
"test_sql_block_rule,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_jdbc_query_mysql,test_streamload_perfomance"

// this directories will not be executed
excludeDirectories = "workload_manager_p1,fault_injection_p0"
excludeDirectories = "workload_manager_p1,fault_injection_p0,load_p0/http_stream"

customConf1 = "test_custom_conf_value"

Expand Down

0 comments on commit 09e9ff6

Please sign in to comment.