[CP] [Bugfix] on update current_timestamp bug & TbSessNodeVal memory leak

This commit is contained in:
obdev
2024-02-06 23:13:50 +00:00
committed by ob-robot
parent 44dface5e9
commit c7ee677377
4 changed files with 6 additions and 14 deletions

View File

@ -143,6 +143,7 @@ TEST_F(TestTableSessPool, mgr_get_session)
const ObTableApiCredential *cred = nullptr;
ASSERT_EQ(OB_SUCCESS, guard.get_credential(cred));
ASSERT_NE(nullptr, cred);
mgr->destroy();
}
TEST_F(TestTableSessPool, mgr_update_session)