rocksdb/db_stress_tool
sdong 79cc8dc29b db_stress: cover approximate size (#6213)
Summary:
db_stress to execute DB::GetApproximateSizes() with randomized keys and options. Return value is not validated but error will be reported.
Two ways to generate the range keys: (1) two random keys; (2) a small range.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6213

Test Plan: (1) run "make crash_test" for a while; (2) hack the code to ingest some errors to see it is reported.

Differential Revision: D19204665

fbshipit-source-id: 652db36f13bcb5a3bd8fe4a10c0aa22a77a0bce2
2019-12-20 21:43:35 -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 Generate variable length keys in db_stress (#6165) 2019-12-20 21:10:33 -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 crash_test to cover bottommost compression and some other changes (#6215) 2019-12-20 16:14:52 -08:00
db_stress_common.h db_stress: cover approximate size (#6213) 2019-12-20 21:43:35 -08:00
db_stress_driver.cc crash_test to cover bottommost compression and some other changes (#6215) 2019-12-20 16:14:52 -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 db_stress: cover approximate size (#6213) 2019-12-20 21:43:35 -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 db_stress: cover approximate size (#6213) 2019-12-20 21:43:35 -08:00
db_stress_test_base.h db_stress: cover approximate size (#6213) 2019-12-20 21:43:35 -08:00
db_stress_tool.cc Generate variable length keys in db_stress (#6165) 2019-12-20 21:10:33 -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 Generate variable length keys in db_stress (#6165) 2019-12-20 21:10:33 -08:00