rocksdb/db_stress_tool
Andrew Kryczka d76eed4839 minor fixes for stress/crash contruns (#7006)
Summary:
Avoid using `cf_consistency` together with `enable_compaction_filter` as
the former heavily uses snapshots while the latter is incompatible with
snapshots.

Also fix a clang-analyze error for a write to a variable that is never
read.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/7006

Reviewed By: zhichao-cao

Differential Revision: D22141679

Pulled By: ajkr

fbshipit-source-id: 1840ae238168818a9ab5973f90fd78c067399447
2020-06-19 16:05:17 -07:00
..
batched_ops_stress.cc
cf_consistency_stress.cc
CMakeLists.txt
db_stress.cc
db_stress_common.cc
db_stress_common.h minor fixes for stress/crash contruns (#7006) 2020-06-19 16:05:17 -07:00
db_stress_compaction_filter.h
db_stress_driver.cc
db_stress_driver.h
db_stress_env_wrapper.h
db_stress_gflags.cc Remove racially charged terms "whitelist" and "blacklist" (#7008) 2020-06-19 15:27:32 -07:00
db_stress_listener.h
db_stress_shared_state.cc
db_stress_shared_state.h
db_stress_stat.h
db_stress_test_base.cc Remove racially charged terms "whitelist" and "blacklist" (#7008) 2020-06-19 15:27:32 -07:00
db_stress_test_base.h
db_stress_tool.cc minor fixes for stress/crash contruns (#7006) 2020-06-19 16:05:17 -07:00
no_batched_ops_stress.cc