[test](executor)add crud regression test for resource group (#19659)
dd crud regression test for resource group (#19659)
This commit is contained in:
@ -1486,7 +1486,7 @@ public class Config extends ConfigBase {
|
||||
|
||||
// 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;
|
||||
public static boolean enable_resource_group = true;
|
||||
|
||||
@ConfField(mutable = false, masterOnly = true)
|
||||
public static int backend_rpc_timeout_ms = 60000; // 1 min
|
||||
|
||||
Reference in New Issue
Block a user