Searched refs:txns_shared (Results 1 – 1 of 1) sorted by relevance
633 std::vector<Transaction*> txns_shared(2); in TEST_P() local637 txns_shared[i] = db->BeginTransaction(write_options, txn_options); in TEST_P()638 ASSERT_TRUE(txns_shared[i]); in TEST_P()639 auto s = txns_shared[i]->GetForUpdate(read_options, ToString(i), nullptr); in TEST_P()653 txns_shared[i]->GetForUpdate(read_options, ToString(i + 1), nullptr); in TEST_P()655 txns_shared[i]->Rollback(); in TEST_P()656 delete txns_shared[i]; in TEST_P()670 auto s = txns_shared[1]->GetForUpdate(read_options, "0", nullptr, false); in TEST_P()682 txns_shared[1]->Rollback(); in TEST_P()683 delete txns_shared[1]; in TEST_P()