rocksdb/db_stress_tool
Peter Dillinger f6c9c3bf1c Use AutoHCC by default in tools (#14120)
Summary:
Oversight in https://github.com/facebook/rocksdb/issues/13964. More detail:
* Applies to cache_bench and db_bench (db_stress already using it)
* Make sure those along with db_stress treat "hyper_clock_cache" as "auto_hyper_clock_cache" because this is now the blessed implementation.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/14120

Test Plan: manual runs of the tools

Reviewed By: krhancoc

Differential Revision: D86913202

Pulled By: pdillinger

fbshipit-source-id: 07b425d3522103417f4b034735376b9d759af5fb
2025-11-12 21:40:15 -08:00
..
batched_ops_stress.cc Print iterator status in stress tests when PrepareValue() fails (#13130) 2024-11-09 15:04:17 -08:00
cf_consistency_stress.cc Auto refresh iterator with snapshot (#13354) 2025-02-11 19:36:47 -08:00
CMakeLists.txt Stress/crash test improvement to remote compaction with resumable compaction (#14041) 2025-10-21 12:13:57 -07:00
db_stress.cc Disable tiered storage + BlobDB stress test (#10699) 2022-09-19 15:39:31 -07:00
db_stress_common.cc Stress/crash test improvement to remote compaction with resumable compaction (#14041) 2025-10-21 12:13:57 -07:00
db_stress_common.h Auto-tune manifest file size (#14076) 2025-11-07 09:04:52 -08:00
db_stress_compaction_filter.h Fix improper ExpectedValute::Exists() usages and disable compaction during VerifyDB() in crash test (#12933) 2024-08-15 12:32:59 -07:00
db_stress_compaction_service.cc Stress/crash test improvement to remote compaction with resumable compaction (#14041) 2025-10-21 12:13:57 -07:00
db_stress_compaction_service.h Stress/crash test improvement to remote compaction with resumable compaction (#14041) 2025-10-21 12:13:57 -07:00
db_stress_compression_manager.cc Support DbStressCustomCompressionManager in ldb and sst_dump (#13827) 2025-08-08 11:04:14 -07:00
db_stress_compression_manager.h Support DbStressCustomCompressionManager in ldb and sst_dump (#13827) 2025-08-08 11:04:14 -07:00
db_stress_driver.cc Fix remote compaction stress test (#13835) 2025-08-06 06:59:51 -07:00
db_stress_driver.h Remove unnecessary, confusing 'extern' (#12300) 2024-01-29 10:38:08 -08:00
db_stress_env_wrapper.h Deflake ThreadStatus related unit tests (#12858) 2024-07-15 09:56:09 -07:00
db_stress_filters.cc Add experimental range filters to stress/crash test (#12769) 2024-06-18 16:16:09 -07:00
db_stress_filters.h Add experimental range filters to stress/crash test (#12769) 2024-06-18 16:16:09 -07:00
db_stress_gflags.cc Auto-tune manifest file size (#14076) 2025-11-07 09:04:52 -08:00
db_stress_listener.cc Fix/improve temperature handling for file ingestion (#12402) 2024-03-05 16:56:08 -08:00
db_stress_listener.h Stress/crash test improvement to remote compaction with resumable compaction (#14041) 2025-10-21 12:13:57 -07:00
db_stress_shared_state.cc Remove ROCKSDB_SUPPORT_THREAD_LOCAL define because it's a part of C++11 (#10015) 2022-05-18 15:25:19 -07:00
db_stress_shared_state.h Stress/crash test improvement to remote compaction with resumable compaction (#14041) 2025-10-21 12:13:57 -07:00
db_stress_stat.h Shorten the lifetime of statistics object in db stress (#13899) 2025-08-26 11:01:12 -07:00
db_stress_table_properties_collector.h Bug fix and refactoring on parallel compression (#13583) 2025-05-02 13:10:06 -07:00
db_stress_test_base.cc Use AutoHCC by default in tools (#14120) 2025-11-12 21:40:15 -08:00
db_stress_test_base.h Stress/crash test improvement to remote compaction with resumable compaction (#14041) 2025-10-21 12:13:57 -07:00
db_stress_tool.cc Shorten the lifetime of statistics object in db stress (#13899) 2025-08-26 11:01:12 -07:00
db_stress_wide_merge_operator.cc Add the wide-column aware merge API to the stress tests (#11906) 2023-09-29 08:54:50 -07:00
db_stress_wide_merge_operator.h Add the wide-column aware merge API to the stress tests (#11906) 2023-09-29 08:54:50 -07:00
expected_state.cc Verify flushed data are recovered upon reopen in crash test (#12787) 2024-12-24 16:27:35 -08:00
expected_state.h Verify flushed data are recovered upon reopen in crash test (#12787) 2024-12-24 16:27:35 -08:00
expected_value.cc Fix improper ExpectedValute::Exists() usages and disable compaction during VerifyDB() in crash test (#12933) 2024-08-15 12:32:59 -07:00
expected_value.h Typo fix (#14024) 2025-10-03 14:28:37 -07:00
multi_ops_txns_stress.cc Auto refresh iterator with snapshot (#13354) 2025-02-11 19:36:47 -08:00
multi_ops_txns_stress.h Disable AttributeGroup in multiops txn test (#12781) 2024-06-18 16:05:18 -07:00
no_batched_ops_stress.cc Fix error from transactiondb layer in stress test (#13950) 2025-09-16 17:43:02 -07:00