Commit Graph

101 Commits (9ddb55a8f62731f37a65e3c336e2ac2097fdf252)

Author SHA1 Message Date
Jay Zhuang 0c5bb10f06 Remove redundant ROCKSDB_LITE check (#7172) 4 years ago
Jay Zhuang fc4d5f5065 Add stress test for GetProperty (#7111) 4 years ago
mrambacher c7c7b07f06 More Makefile Cleanup (#7097) 4 years ago
Yanqin Jin 842bd2742a Running ./ldb without any extra arg print usage (#7107) 4 years ago
Jay Zhuang ca7659e2c4 Fix release build caused by #7067 (#7077) 4 years ago
Jay Zhuang 00de699096 Replace reinterpret_cast with static_cast_with_check (#7067) 4 years ago
Cheng Chang f045ee6422 Increase transaction timeout and enable deadlock detection in stress test (#7056) 4 years ago
sdong 2d1d51d385 db_stress: deep clean directory before checkpoint (#7039) 4 years ago
Peter Dillinger 5b2bbacb6f Minimize memory internal fragmentation for Bloom filters (#6427) 4 years ago
Peter Dillinger 88b4210701 Remove racially charged terms "whitelist" and "blacklist" (#7008) 4 years ago
Andrew Kryczka 775dc623ad add `CompactionFilter` to stress/crash tests (#6988) 4 years ago
Yanqin Jin 15d9f28da5 Add stress test for best-efforts recovery (#6819) 4 years ago
Ziyue Yang e619a20e93 Add an option for parallel compression in for db_stress (#6722) 4 years ago
sdong 73523baeb1 crash_test to cover options.avoid_flush_during_recovery (#6712) 4 years ago
Yueh-Hsuan Chiang 5801af4646 Add env_fault_injection argument to db_stress (#6687) 4 years ago
anand76 5c19a441c4 Fault injection in db_stress (#6538) 5 years ago
Levi Tamasi 217ce20021 Remove GetSortedWalFiles/GetCurrentWalFile from the crash test (#6491) 5 years ago
Yanqin Jin 58918d4ccc Use correct Env for DestroyDB in stress test (#6539) 5 years ago
Andrew Kryczka f52db84650 support SstFileManager in db_stress (#6454) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Maysam Yabandeh 01ab882ba3 Fix release warning for unused bg_canceled 5 years ago
Maysam Yabandeh 2243030bc5 Cancel bg jobs before deleting WritePrepared DB in stress tests (#6355) 5 years ago
Burton Li c9a5e48762 fix build warnnings on MSVC (#6309) 5 years ago
sdong 8f2bee6747 Add ReadOptions.auto_prefix_mode (#6314) 5 years ago
sdong 1244abef66 Stress Test: relax prefix iterator check condition (#6269) 5 years ago
Maysam Yabandeh f4a378be3e Print out non-ok DB::Open status in db_stress (#6272) 5 years ago
Maysam Yabandeh 7c98d71567 Print before AddErrors in stress tests (#6256) 5 years ago
Maysam Yabandeh 48a678b7c9 Prevent an incompatible combination of options (#6254) 5 years ago
anand76 d4da412864 Add Transaction::MultiGet to db_stress (#6227) 5 years ago
sdong 79cc8dc29b db_stress: cover approximate size (#6213) 5 years ago
sdong 338c149b92 crash_test to cover bottommost compression and some other changes (#6215) 5 years ago
sdong e55c2b3f0b db_stress: improvements in TestIterator (#6166) 5 years ago
Zhichao Cao f89dea4fec db_stress: Added the verification for GetLiveFiles, GetSortedWalFiles and GetCurrentWalFile (#6224) 5 years ago
Levi Tamasi 786c3d45ed Support BlobDB in db_stress (#6230) 5 years ago
Yanqin Jin 670a916d01 Add more verification to db_stress (#6173) 5 years ago
Peter Dillinger 873331fe49 Refactor pulling out parts of StressTest::OperateDb (#6195) 5 years ago
anand76 2afea29762 Add VerifyChecksum() to db_stress (#6203) 5 years ago
Maysam Yabandeh 68d5d82d1f Wait for CancelAllBackgroundWork before Close in db stress (#6191) 5 years ago
sdong bcc372c0c3 Add some new options to crash_test (#6176) 5 years ago
sdong 35126dd874 db_stress: preserve all historic manifest files (#6142) 5 years ago
Maysam Yabandeh 4b97812da8 Add long-running snapshots to stress tests (#6171) 5 years ago
Maysam Yabandeh 349bd3ed82 CancelAllBackgroundWork before Close in db stress (#6174) 5 years ago
Peter Dillinger 58d46d1915 Add useful idioms to Random API (OneInOpt, PercentTrue) (#6154) 5 years ago
Maysam Yabandeh fec7302a9d Enable unordered_write in stress tests (#6164) 5 years ago
Maysam Yabandeh 8613ee2e94 Enable all txn write policies in crash test (#6158) 5 years ago
Yanqin Jin 383f5071f0 Add SyncWAL to db_stress (#6149) 5 years ago
sdong 7a99162a74 db_stress: sometimes call CancelAllBackgroundWork() and Close() before closing DB (#6141) 5 years ago
Peter Dillinger a653857178 Add PauseBackgroundWork() to db_stress (#6148) 5 years ago
sdong 14c38baca0 db_stress: sometimes validate compact range data (#6140) 5 years ago
Peter Dillinger 6380df5e10 Vary bloom_bits in db_crashtest (#6103) 5 years ago