[Arb] fix the arb server sends rpc with cluster_id(-1)

This commit is contained in:
BinChenn
2023-03-10 06:44:26 +00:00
committed by ob-robot
parent a80fd7b5c3
commit 16800f15d9
14 changed files with 25 additions and 4 deletions

View File

@ -233,5 +233,6 @@ int main(int argc, char **argv)
PALF_LOG(INFO, "palf bench begin");
::testing::InitGoogleTest(&argc, argv);
oceanbase::ObClusterVersion::get_instance().update_data_version(DATA_CURRENT_VERSION);
return RUN_ALL_TESTS();
}