File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -932,7 +932,7 @@ TEST_F(TxnPreWriteTest, PreWriteWithOnePC) {
932932 // final_commit_ts = max(region_max_ts, start_ts)+1
933933 {
934934 int64_t region_max_ts = 20 ;
935- region->SetTxnAppliedMaxTs (region_max_ts);
935+ region->SetTxnAccessMaxTs (region_max_ts);
936936 butil::Status ok;
937937 pb::store::TxnPrewriteResponse response;
938938 auto ctx = std::make_shared<Context>();
@@ -976,7 +976,7 @@ TEST_F(TxnPreWriteTest, PreWriteWithOnePC) {
976976 // final_commit = max(region_max_ts+1, min_commit_ts)
977977 {
978978 int64_t region_max_ts = 20 ;
979- region->SetTxnAppliedMaxTs (region_max_ts);
979+ region->SetTxnAccessMaxTs (region_max_ts);
980980 butil::Status ok;
981981 pb::store::TxnPrewriteResponse response;
982982 auto ctx = std::make_shared<Context>();
You can’t perform that action at this time.
0 commit comments