rocksdb/db_stress_tool
sdong 35126dd874 db_stress: preserve all historic manifest files (#6142)
Summary:
compaction history is stored in manifest files. Preserve all of them in db_stress would help debugging.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6142

Test Plan: Run db_stress and observe that manifest files are preserved. Run whole crash_test and see how DB directory looks like.

Differential Revision: D19047026

fbshipit-source-id: f83c3e0bb5332b1b4768be5dcee56a24f9b760a9
2019-12-16 14:32:34 -08:00
..
batched_ops_stress.cc cmake: do not build tests for Release build and cleanups (#5916) 2019-12-13 12:48:06 -08:00
cf_consistency_stress.cc db_stress: preserve all historic manifest files (#6142) 2019-12-16 14:32:34 -08:00
CMakeLists.txt
db_stress.cc
db_stress_common.cc db_stress: preserve all historic manifest files (#6142) 2019-12-16 14:32:34 -08:00
db_stress_common.h db_stress: preserve all historic manifest files (#6142) 2019-12-16 14:32:34 -08:00
db_stress_driver.cc
db_stress_driver.h
db_stress_env_wrapper.h db_stress: preserve all historic manifest files (#6142) 2019-12-16 14:32:34 -08:00
db_stress_gflags.cc db_stress: generate the key based on Zipfian distribution (hot key) (#6163) 2019-12-16 14:01:58 -08:00
db_stress_listener.h
db_stress_shared_state.cc
db_stress_shared_state.h
db_stress_stat.h
db_stress_test_base.cc db_stress: preserve all historic manifest files (#6142) 2019-12-16 14:32:34 -08:00
db_stress_test_base.h
db_stress_tool.cc db_stress: preserve all historic manifest files (#6142) 2019-12-16 14:32:34 -08:00
no_batched_ops_stress.cc Add useful idioms to Random API (OneInOpt, PercentTrue) (#6154) 2019-12-13 14:30:14 -08:00