BUGFIX: fix tx data recycle

This commit is contained in:
obdev
2023-09-05 04:10:41 +00:00
committed by ob-robot
parent a91a0535f3
commit bed8398a6b
2 changed files with 3 additions and 1 deletions

View File

@ -641,7 +641,7 @@ TEST_F(TestLSTabletService, test_get_ls_min_end_scn)
share::SCN test_scn = share::SCN::min_scn();
share::SCN expect_scn;
share::SCN orig_scn;
expect_scn.val_ = 1;
expect_scn.val_ = 0;
share::SCN min_end_scn_from_latest_tablets = SCN::max_scn();
share::SCN min_end_scn_from_old_tablets = SCN::max_scn();