Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dfile_reader_writer_test.cc149 for (int attempt = 0; attempt < kNumAttempts; attempt++) { in TEST_F() local
150 bool no_flush = (attempt % 3 == 0); in TEST_F()
153 (attempt < kNumAttempts / 2) ? 512 * 1024 : 700 * 1024; in TEST_F()
157 attempt % 2 == 1, in TEST_F()
/rocksdb-6.9/logging/
Dauto_roll_logger_test.cc396 for (int attempt = 0; attempt < 2; attempt++) { in TEST_F() local
399 std::string dbname = (attempt == 0) ? kTestDir : "/test/dummy/dir"; in TEST_F()
400 std::string db_log_dir = (attempt == 0) ? "" : kTestDir; in TEST_F()
/rocksdb-6.9/utilities/transactions/
Doptimistic_transaction_test.cc334 for (int attempt = kAttemptHistoryMemtable; attempt <= kAttemptImmMemTable; in TEST_P() local
335 attempt++) { in TEST_P()
369 if (attempt == kAttemptImmMemTable) { in TEST_P()
381 if (attempt == kAttemptHistoryMemtable) { in TEST_P()
384 assert(attempt == kAttemptImmMemTable); in TEST_P()
391 if (attempt == kAttemptHistoryMemtable) { in TEST_P()
394 assert(attempt == kAttemptImmMemTable); in TEST_P()
Dwrite_prepared_transaction_test.cc797 for (int attempt = kAttemptHistoryMemtable; attempt <= kAttemptImmMemTable; in TEST_P() local
798 attempt++) { in TEST_P()
829 if (attempt == kAttemptImmMemTable) { in TEST_P()
841 if (attempt == kAttemptHistoryMemtable) { in TEST_P()
844 assert(attempt == kAttemptImmMemTable); in TEST_P()
851 if (attempt == kAttemptHistoryMemtable) { in TEST_P()
854 assert(attempt == kAttemptImmMemTable); in TEST_P()
893 if (attempt == kAttemptHistoryMemtable) { in TEST_P()
896 assert(attempt == kAttemptImmMemTable); in TEST_P()
905 if (attempt == kAttemptHistoryMemtable) { in TEST_P()
[all …]
/rocksdb-6.9/env/
Denv_test.cc1139 for (uint32_t attempt = 0; attempt < 20; attempt++) { in TEST_P() local
1141 Random rnd(301 + attempt); in TEST_P()
1144 if (attempt > 0) { in TEST_P()
1206 for (uint32_t attempt = 0; attempt < 25; attempt++) { in TEST_F() local
1215 if (attempt > 5) { in TEST_F()
1218 int odd = (attempt < 15) ? num_reads / 2 : 4; in TEST_F()
/rocksdb-6.9/options/
Doptions_test.cc1028 for (int attempt = 0; attempt < 10; attempt++) { in TEST_F() local
1047 for (int attempt = 0; attempt < len; attempt++) { in TEST_F() local
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc1396 for (int attempt = 0; attempt < kMaxRetry; ++attempt) { in TestCompactFiles() local
/rocksdb-6.9/db/
Ddb_test.cc3803 for (int attempt = 0; attempt < 2; attempt++) { in TEST_F() local
3808 if (attempt == 0) { in TEST_F()
/rocksdb-6.9/
DCOPYING173 except as expressly provided under this License. Any attempt
DHISTORY.md102 …mber when the DB is being opened in PointInTime recovery mode during next recovery attempt (#5856).