rocksdb/db_stress_tool
Peter Dillinger 873331fe49 Refactor pulling out parts of StressTest::OperateDb (#6195)
Summary:
Complete some refactoring called for in https://github.com/facebook/rocksdb/issues/6148. Somehow I got some 'make format' in here for files I didn't change, but that should be OK. (I'm not sure why "hide whitespace changes" doesn't seem to help in review.)

Not addressed in this PR: some operations simply print to stdout rather than failing on discovering a bad status or inconsistency.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6195

Differential Revision: D19131067

Pulled By: pdillinger

fbshipit-source-id: 4f416e6b792023989ef119f385fe122426cb825d
2019-12-19 14:04:49 -08:00
..
batched_ops_stress.cc
cf_consistency_stress.cc
CMakeLists.txt
db_stress.cc
db_stress_common.cc
db_stress_common.h Add VerifyChecksum() to db_stress (#6203) 2019-12-17 20:44:58 -08:00
db_stress_driver.cc
db_stress_driver.h
db_stress_env_wrapper.h
db_stress_gflags.cc Add VerifyChecksum() to db_stress (#6203) 2019-12-17 20:44: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 Refactor pulling out parts of StressTest::OperateDb (#6195) 2019-12-19 14:04:49 -08:00
db_stress_test_base.h Refactor pulling out parts of StressTest::OperateDb (#6195) 2019-12-19 14:04:49 -08:00
db_stress_tool.cc
no_batched_ops_stress.cc