Skip to content

Commit

Permalink
modify regression conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Oct 29, 2024
1 parent 46e2004 commit 29e49ed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line
"inject_hdfs_vault_p0," +
"unique_with_mow_p0/flexible," +
"unique_with_mow_p0/partial_update," +
"schema_change_p0," +
"unique_with_mow_c_p0/partial_update," +
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line

max_failure_num = 50
Expand Down
2 changes: 0 additions & 2 deletions regression-test/pipeline/cloud_p1/conf/fe_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@ enable_advance_next_id = true

arrow_flight_sql_port = 8081

random_add_cluster_keys_for_mow=true

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 @@ -83,7 +83,7 @@ excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line
"workload_manager_p1," +
"unique_with_mow_p0/flexible," +
"unique_with_mow_p0/partial_update," +
"schema_change_p0," +
"unique_with_mow_c_p0/partial_update," +
"zzz_the_end_sentinel_do_not_touch"// keep this line as the last line

customConf1 = "test_custom_conf_value"
Expand Down
2 changes: 0 additions & 2 deletions regression-test/pipeline/p1/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,3 @@ sys_log_verbose_modules = org.apache.doris.persist.EditLog,org.apache.doris.jour

enable_advance_next_id = true

random_add_cluster_keys_for_mow=true

0 comments on commit 29e49ed

Please sign in to comment.