Searched refs:attempt (Results 1 – 10 of 10) sorted by relevance
149 for (int attempt = 0; attempt < kNumAttempts; attempt++) { in TEST_F() local150 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()
396 for (int attempt = 0; attempt < 2; attempt++) { in TEST_F() local399 std::string dbname = (attempt == 0) ? kTestDir : "/test/dummy/dir"; in TEST_F()400 std::string db_log_dir = (attempt == 0) ? "" : kTestDir; in TEST_F()
334 for (int attempt = kAttemptHistoryMemtable; attempt <= kAttemptImmMemTable; in TEST_P() local335 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()
797 for (int attempt = kAttemptHistoryMemtable; attempt <= kAttemptImmMemTable; in TEST_P() local798 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 …]
1139 for (uint32_t attempt = 0; attempt < 20; attempt++) { in TEST_P() local1141 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() local1215 if (attempt > 5) { in TEST_F()1218 int odd = (attempt < 15) ? num_reads / 2 : 4; in TEST_F()
1028 for (int attempt = 0; attempt < 10; attempt++) { in TEST_F() local1047 for (int attempt = 0; attempt < len; attempt++) { in TEST_F() local
1396 for (int attempt = 0; attempt < kMaxRetry; ++attempt) { in TestCompactFiles() local
3803 for (int attempt = 0; attempt < 2; attempt++) { in TEST_F() local3808 if (attempt == 0) { in TEST_F()
173 except as expressly provided under this License. Any attempt
102 …mber when the DB is being opened in PointInTime recovery mode during next recovery attempt (#5856).