This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit cffe79feba4129e8b4928bb7b423da431a12083a Author: wangbo <[email protected]> AuthorDate: Mon Feb 5 17:36:57 2024 +0800 open workload group for broker load regression test (#30797) --- regression-test/pipeline/external/conf/fe.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression-test/pipeline/external/conf/fe.conf b/regression-test/pipeline/external/conf/fe.conf index 1766cf1ddb6..38312c5647e 100644 --- a/regression-test/pipeline/external/conf/fe.conf +++ b/regression-test/pipeline/external/conf/fe.conf @@ -75,6 +75,9 @@ remote_fragment_exec_timeout_ms=60000 fuzzy_test_type=p1 use_fuzzy_session_variable=true +# enable workload group +enable_workload_group = true + # enable mtmv enable_mtmv = true --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
