[FEAT MERGE] dynamic_server_spec phase1

This commit is contained in:
obdev
2023-12-10 12:12:31 +00:00
committed by ob-robot
parent ff0ec7e185
commit 75f0ce04d8
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();
}