fix rs obtest case

This commit is contained in:
obdev
2021-07-16 18:24:15 +08:00
committed by wangzelin.wzl
parent 8cd6314c3b
commit ce7960726f
3 changed files with 8 additions and 3 deletions

View File

@ -1653,9 +1653,10 @@ int ObForceDropSchemaTask::process()
int ret = OB_SUCCESS;
const int64_t FAST_INTERVAL = 10 * 1000 * 1000; // 10s
int64_t delay = ObInspector::INSPECT_INTERVAL;
#ifdef ERRSIM
#ifdef DEBUG
delay = ObServerConfig::get_instance().schema_drop_gc_delay_time;
#endif
ObForceDropSchemaChecker drop_schema_checker(root_service_,
root_service_.get_schema_service(),
root_service_.get_common_rpc_proxy(),