Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl.h874 bool TEST_UnableToReleaseOldestLog() { return unable_to_release_oldest_log_; } in TEST_UnableToReleaseOldestLog() function
/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc1931 ASSERT_TRUE(!db_impl->TEST_UnableToReleaseOldestLog()); in TEST_P()
1938 ASSERT_TRUE(db_impl->TEST_UnableToReleaseOldestLog()); in TEST_P()
1962 ASSERT_TRUE(!db_impl->TEST_UnableToReleaseOldestLog()); in TEST_P()