rocksdb/db_stress_tool
Yanqin Jin c4fd9cf461 Remove an unnecessary check before running db_stress (#6231)
Summary:
As title. We can run non-cf-consistency stress tests with verify_db_one_in>0,
thus remove the check added previously.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6231

Test Plan:
```
make crash_test
```

Differential Revision: D19198295

Pulled By: riversand963

fbshipit-source-id: e874c701bb03ab76eaab00f059dd4032bb2f537f
2019-12-20 11:29:06 -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 Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
CMakeLists.txt Add an option to the CMake build to disable building shared libraries (#6122) 2019-12-10 15:20:50 -08:00
db_stress_common.cc Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
db_stress_common.h Support BlobDB in db_stress (#6230) 2019-12-20 10:27:56 -08:00
db_stress_driver.cc Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
db_stress_driver.h Break db_stress_tool.cc to a list of source files (#6134) 2019-12-08 23:51:01 -08:00
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 Support BlobDB in db_stress (#6230) 2019-12-20 10:27:56 -08:00
db_stress_listener.h Break db_stress_tool.cc to a list of source files (#6134) 2019-12-08 23:51:01 -08:00
db_stress_shared_state.cc Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
db_stress_shared_state.h Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
db_stress_stat.h Break db_stress_tool.cc to a list of source files (#6134) 2019-12-08 23:51:01 -08:00
db_stress_test_base.cc Support BlobDB in db_stress (#6230) 2019-12-20 10:27:56 -08:00
db_stress_test_base.h Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
db_stress_tool.cc Remove an unnecessary check before running db_stress (#6231) 2019-12-20 11:29:06 -08:00
db_stress.cc Break db_stress_tool.cc to a list of source files (#6134) 2019-12-08 23:51:01 -08:00
no_batched_ops_stress.cc Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00