rocksdb/db_stress_tool
Andrew Kryczka 97c1024d3e Include db_stress verification method in failure message (#11133)
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/11133

Test Plan:
- ran it a few times on a mismatching DB+expected state; verified error messages look right:

```
Verification failed for column family 0 key 000000000000D553000000000000014C0000000000000142 (163988): value_from_db: , value_from_expected: 25E7B53421202322, msg: GetMergeOperands verification: Value not found: NotFound:
Verification failed for column family 0 key 000000000000AAE2787878 (131123): value_from_db: , value_from_expected: B2A69C18B6B7B4B5BABBB8B9BEBFBCBDA2A3A0A1A6A7A4A5, msg: Iterator verification: Value not found: NotFound:
Verification failed for column family 0 key 00000000000080C6000000000000004C78787878 (98409): value_from_db: , value_from_expected: 67AB7E1E636261606F6E6D6C6B6A6968, msg: Get verification: Value not found: NotFound:
```

Reviewed By: hx235

Differential Revision: D42757072

Pulled By: ajkr

fbshipit-source-id: b0a4a0aaa5be5d110434324853ac92aaa6972d89
2023-01-27 07:45:25 -08:00
..
batched_ops_stress.cc Adjust value generation in batched ops stress tests (#10872) 2022-10-25 17:51:20 -07:00
cf_consistency_stress.cc
CMakeLists.txt
db_stress.cc
db_stress_common.cc
db_stress_common.h Add back Options::CompactionOptionsFIFO::allow_compaction to stress/crash test (#11063) 2023-01-03 11:54:58 -08:00
db_stress_compaction_filter.h
db_stress_driver.cc fix shared state used after free (#11059) 2023-01-04 19:35:34 -08:00
db_stress_driver.h fix shared state used after free (#11059) 2023-01-04 19:35:34 -08:00
db_stress_env_wrapper.h Enable ReadAsync testing and fault injection in db_stress (#11037) 2022-12-15 15:48:50 -08:00
db_stress_gflags.cc Add back Options::CompactionOptionsFIFO::allow_compaction to stress/crash test (#11063) 2023-01-03 11:54:58 -08:00
db_stress_listener.cc
db_stress_listener.h
db_stress_shared_state.cc
db_stress_shared_state.h Run clang format against files under tools/ and db_stress_tool/ (#10868) 2022-10-25 14:29:41 -07:00
db_stress_stat.cc
db_stress_stat.h
db_stress_table_properties_collector.h
db_stress_test_base.cc Remove compressed block cache (#11117) 2023-01-24 17:09:19 -08:00
db_stress_test_base.h Remove Stats related to compressed block cache (#11135) 2023-01-25 15:37:50 -08:00
db_stress_tool.cc fix shared state used after free (#11059) 2023-01-04 19:35:34 -08:00
expected_state.cc
expected_state.h
multi_ops_txns_stress.cc
multi_ops_txns_stress.h
no_batched_ops_stress.cc Include db_stress verification method in failure message (#11133) 2023-01-27 07:45:25 -08:00