BUGFIX: make sure clean the ls if created failed
This commit is contained in:
@ -80,7 +80,7 @@ void TestLSMigrationParam::SetUpTestCase()
|
||||
void TestLSMigrationParam::TearDownTestCase()
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
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