[improvement](resource-group) add test for resource group (#18575)

Co-authored-by: wangbo <youseebiggirl_t_t@qq.com>
This commit is contained in:
luozenglin
2023-04-18 20:20:50 +08:00
committed by GitHub
parent c323bc44ff
commit 5c076b738b
7 changed files with 297 additions and 6 deletions

View File

@ -1738,7 +1738,8 @@ public class Config extends ConfigBase {
@ConfField
public static boolean enable_pipeline_load = false;
@ConfField
// enable_resource_group should be immutable and temporarily set to mutable during the development test phase
@ConfField(mutable = true, masterOnly = true, expType = ExperimentalType.EXPERIMENTAL)
public static boolean enable_resource_group = false;
@ConfField(mutable = false, masterOnly = true)