[FEAT MERGE] Refactoring ObTimer to reduce the number of threads
This commit is contained in:
@ -169,6 +169,16 @@ public:
|
||||
virtual ~TestMonitorInfoManager() {}
|
||||
virtual void SetUp() {}
|
||||
virtual void TearDown() {}
|
||||
static void SetUpTestCase()
|
||||
{
|
||||
ASSERT_EQ(OB_SUCCESS, ObTimerService::get_instance().start());
|
||||
}
|
||||
static void TearDownTestCase()
|
||||
{
|
||||
ObTimerService::get_instance().stop();
|
||||
ObTimerService::get_instance().wait();
|
||||
ObTimerService::get_instance().destroy();
|
||||
}
|
||||
virtual void run1() {
|
||||
//do_add();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user