BUGFIX: make sure clean the ls if created failed
This commit is contained in:
@ -118,7 +118,7 @@ void TestTabletStatus::TearDownTestCase()
|
||||
ret = t3m->init();
|
||||
ASSERT_EQ(OB_SUCCESS, ret);
|
||||
|
||||
ret = MTL(ObLSService*)->remove_ls(ObLSID(TEST_LS_ID), false);
|
||||
ret = MTL(ObLSService*)->remove_ls(ObLSID(TEST_LS_ID));
|
||||
ASSERT_EQ(OB_SUCCESS, ret);
|
||||
|
||||
MockTenantModuleEnv::get_instance().destroy();
|
||||
|
||||
Reference in New Issue
Block a user