[BUG.FIX] fix -4016 issue when loading tablet

This commit is contained in:
Tyshawn
2023-10-18 03:13:55 +00:00
committed by ob-robot
parent 9688e0d157
commit eb7a594855
13 changed files with 32 additions and 22 deletions

View File

@ -175,7 +175,8 @@ TEST_F(TestTxCtxTable, test_tx_ctx_memtable_mgr)
{
EXPECT_EQ(0, TestTxCtxTable::ref_count_);
EXPECT_EQ(OB_SUCCESS, mt_mgr_->create_memtable(SCN::min_scn(), /*last_replay_log_ts*/
0 /*schema_version*/));
0 /*schema_version*/,
SCN::min_scn()));
EXPECT_EQ(1, TestTxCtxTable::ref_count_);