Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc549 auto dlock_entry = dlock_buffer[0].path; in TEST_P() local
550 ASSERT_EQ(dlock_entry.size(), kInitialMaxDeadlocks); in TEST_P()
563 int64_t offset_root = dlock_entry[0].m_txn_id - 1; in TEST_P()
566 dlock_entry[dlock_entry.size() - 1].m_txn_id - offset_root; in TEST_P()
568 for (auto it = dlock_entry.rbegin(); it != dlock_entry.rend(); ++it) { in TEST_P()
761 auto dlock_entry = dlock_buffer[0].path; in TEST_P() local
762 ASSERT_EQ(dlock_entry.size(), check_len); in TEST_P()
775 for (auto it = dlock_entry.rbegin(); it != dlock_entry.rend(); ++it) { in TEST_P()