[FEAT MERGE] remove retain_ctx use tx_data to hold mds op and optimise transfer move tx with check tx is needed

This commit is contained in:
obdev
2024-05-17 13:16:16 +00:00
committed by ob-robot
parent 37e5554e3b
commit aba3d456da
71 changed files with 2682 additions and 688 deletions

View File

@ -106,7 +106,8 @@ ObSimpleClusterTestBase::~ObSimpleClusterTestBase()
void ObSimpleClusterTestBase::SetUp()
{
SERVER_LOG(INFO, "SetUp");
auto case_name = ::testing::UnitTest::GetInstance()->current_test_info()->name();
SERVER_LOG(INFO, "SetUp>>>>>>>>>>>>>>", K(case_name));
int ret = OB_SUCCESS;
if (!is_started_) {
if (OB_FAIL(start())) {
@ -126,7 +127,8 @@ void ObSimpleClusterTestBase::SetUp()
void ObSimpleClusterTestBase::TearDown()
{
auto case_name = ::testing::UnitTest::GetInstance()->current_test_info()->name();
SERVER_LOG(INFO, "TearDown>>>>>>>>>>>>>>", K(case_name));
}
void ObSimpleClusterTestBase::TearDownTestCase()