Home
last modified time | relevance | path

Searched refs:expect_update (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc379 bool expect_update) { in MaybeUpdateOldCommitMapTestWithNext() argument
386 if (expect_update == wp_db->old_commit_map_empty_) { in MaybeUpdateOldCommitMapTestWithNext()
391 EXPECT_EQ(!expect_update, wp_db->old_commit_map_empty_); in MaybeUpdateOldCommitMapTestWithNext()
1115 bool expect_update = commit_entry.commit_seq - commit_entry.prep_seq > 5 && in TEST_P() local
1118 ASSERT_EQ(expect_update, !wp_db->old_commit_map_empty_); in TEST_P()