rocksdb/db_stress_tool
Levi Tamasi 786c3d45ed Support BlobDB in db_stress (#6230)
Summary:
The patch adds support for BlobDB to `db_stress`. Note that BlobDB currently does
not support (amongst other features) Column Families or the `SingleDelete` API,
so for now, those should be disabled on the command line when running `db_stress` in
BlobDB mode (using `-column_families=1` and `-nooverwritepercent=0`,
respectively). Also, some BlobDB features that do not go well with the verification logic
in `db_stress` like TTL and FIFO eviction are not supported currently.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6230

Test Plan:
```
./db_stress -max_key=100000 -use_blob_db -column_families=1 -nooverwritepercent=0 -reopen=1 -blob_db_file_size=1000000 -target_file_size_base=1000000 -blob_db_enable_gc -blob_db_gc_cutoff=0.1 -blob_db_min_blob_size=10 -blob_db_bytes_per_sync=16384
```

Differential Revision: D19191476

Pulled By: ltamasi

fbshipit-source-id: 35840452af8c5e6095249c7fd9a53a119a0985fc
2019-12-20 10:27:56 -08:00
..
batched_ops_stress.cc
cf_consistency_stress.cc Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
CMakeLists.txt
db_stress.cc
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
db_stress_env_wrapper.h
db_stress_gflags.cc Support BlobDB in db_stress (#6230) 2019-12-20 10:27:56 -08:00
db_stress_listener.h
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
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 Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00
no_batched_ops_stress.cc Add more verification to db_stress (#6173) 2019-12-20 08:49:29 -08:00