Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.h217 std::atomic<size_t> with_empty_commits = {0}; variable
235 with_empty_commits++;
262 with_empty_commits++;
295 with_empty_commits++;
Dwrite_prepared_transaction_test.cc1681 with_empty_commits = 0; in TEST_P()
1773 ASSERT_LE(exp_seq, seq + with_empty_commits); in TEST_P()
1778 ASSERT_LE(exp_seq, seq + with_empty_commits); in TEST_P()
1786 ASSERT_LE(exp_seq, seq + with_empty_commits); in TEST_P()