[improvement](resource-group) add test for resource group (#18575)
Co-authored-by: wangbo <youseebiggirl_t_t@qq.com>
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user