Fix migration cut sstable left scn but new tablet table store init failed bug.

This commit is contained in:
godyangfight
2022-12-29 14:41:54 +00:00
committed by ob-robot
parent 4f6f8b11f3
commit 94e0e5067a
4 changed files with 157 additions and 45 deletions

View File

@ -102,4 +102,4 @@ int main(int argc, char **argv)
OB_LOGGER.set_log_level(OB_LOG_LEVEL_INFO);
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
}