This is an automated email from the ASF dual-hosted git repository. morrysnow 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 2d8943ca42d [case](mtmv) external pipeline set enable_job_schedule_second_for_test = true (#46325) 2d8943ca42d is described below commit 2d8943ca42d378ed01a357ff473050e80cb06c58 Author: zhangdong <zhangd...@selectdb.com> AuthorDate: Mon Jan 6 14:26:58 2025 +0800 [case](mtmv) external pipeline set enable_job_schedule_second_for_test = true (#46325) --- regression-test/pipeline/cloud_p1/conf/fe_custom.conf | 1 + regression-test/pipeline/external/conf/fe.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/regression-test/pipeline/cloud_p1/conf/fe_custom.conf b/regression-test/pipeline/cloud_p1/conf/fe_custom.conf index a1867e0ee60..31ef26e19d3 100644 --- a/regression-test/pipeline/cloud_p1/conf/fe_custom.conf +++ b/regression-test/pipeline/cloud_p1/conf/fe_custom.conf @@ -37,3 +37,4 @@ enable_light_index_change=false enable_advance_next_id = true arrow_flight_sql_port = 8081 +enable_job_schedule_second_for_test = true diff --git a/regression-test/pipeline/external/conf/fe.conf b/regression-test/pipeline/external/conf/fe.conf index 2271abaa8e4..8915bd15d19 100644 --- a/regression-test/pipeline/external/conf/fe.conf +++ b/regression-test/pipeline/external/conf/fe.conf @@ -85,6 +85,7 @@ enable_workload_group = true # enable mtmv enable_mtmv = true +enable_job_schedule_second_for_test = true # enable auto collect statistics enable_auto_collect_statistics=true --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org