summaryrefslogtreecommitdiff
path: root/db_stress_tool/db_stress_shared_state.h
AgeCommit message (Expand)Author
2022-05-18Remove ROCKSDB_SUPPORT_THREAD_LOCAL define because it's a part of C++11 (#10015)Yaroslav Stepanchuk
2022-05-06db_stress fault injection in release mode (#9957)Andrew Kryczka
2022-05-02Fix a bug of CompactionIterator/CompactionFilter using `Delete` (#9929)Yanqin Jin
2022-02-01Optimize db_stress setup phase (#9475)Andrew Kryczka
2022-01-29Set the number of threads up front in db_stress (#9466)Levi Tamasi
2021-12-17Fix shutdown in db_stress with `-test_batches_snapshots=1` (#9313)Andrew Kryczka
2021-12-15db_stress verify with lost unsynced operations (#8966)Andrew Kryczka
2021-12-07db_stress support tracking historical values (#8960)Andrew Kryczka
2021-09-28Refactor expected state in stress/crash test (#8913)Andrew Kryczka
2021-07-06Stress test to inject read failures in DB reopen (#8476)sdong
2021-07-01Inject fatal write failures to db_stress when DB is running (#8479)Zhichao Cao
2021-07-01Enable crash test to run using fbcode components (#8471)anand76
2021-06-30Stress Test to inject write failures in reopen (#8474)sdong
2021-04-28db_stress to add --open_metadata_write_fault_one_in (#8235)sdong
2021-03-23Add user-defined timestamps to db_stress (#8061)Yanqin Jin
2020-12-17Inject the random write error to stress test (#7653)Zhichao Cao
2020-04-24Silence false alarms in db_stress fault injection (#6741)anand76
2020-04-10Fault injection in db_stress (#6538)anand76
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-12-20Add more verification to db_stress (#6173)Yanqin Jin
2019-12-08Break db_stress_tool.cc to a list of source files (#6134)sdong