[test](executor)add crud regression test for resource group (#19659)

dd crud regression test for resource group (#19659)
This commit is contained in:
wangbo
2023-05-20 13:49:02 +08:00
committed by GitHub
parent 499f443779
commit 8b9813663d
3 changed files with 125 additions and 1 deletions

View File

@ -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