[FEAT MERGE] dynamic_server_spec phase1

This commit is contained in:
obdev
2024-02-07 14:23:50 +00:00
committed by ob-robot
parent 46b64790bc
commit bbfbefabdf
29 changed files with 3756 additions and 3053 deletions

View File

@ -366,6 +366,8 @@ TEST(utility, used_size)
int main(int argc, char **argv)
{
// This test has an unknown exit crash problem, which requires the existence of such a line of code
oceanbase::common::get_itid();
::testing::InitGoogleTest(&argc,argv);
return RUN_ALL_TESTS();
}