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

This commit is contained in:
WeiXinChan
2023-11-23 16:40:54 +00:00
committed by ob-robot
parent d8881da113
commit 1d538b327f
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)