rocksdb/db_stress_tool
Levi Tamasi d484275230 Adjust value generation in batched ops stress tests (#10872)
Summary:
The patch adjusts the generation of values in batched ops stress tests so that the digits 0..9 are appended (instead of prepended) to the values written. This has the advantage of aligning the encoding of the "value base" into the value string across non-batched, batched, and CF consistency stress tests.

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

Test Plan: Tested using some black box stress test runs.

Reviewed By: riversand963

Differential Revision: D40692847

Pulled By: ltamasi

fbshipit-source-id: 26bf8adff2944cbe416665f09c3bab89d80416b3
2022-10-25 17:51:20 -07:00
..
CMakeLists.txt Stress test for RocksDB transactions (#8936) 2021-12-14 13:34:43 -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 Check columns in CfConsistencyStressTest::VerifyDb (#10804) 2022-10-12 11:43:34 -07:00
db_stress.cc Disable tiered storage + BlobDB stress test (#10699) 2022-09-19 15:39:31 -07:00
db_stress_common.cc Verify columns in NonBatchedOpsStressTest::VerifyDb (#10783) 2022-10-06 15:07:16 -07:00
db_stress_common.h Run clang format against files under tools/ and db_stress_tool/ (#10868) 2022-10-25 14:29:41 -07:00
db_stress_compaction_filter.h Enable compaction filter for db_stress with user-defined timestamp (#10259) 2022-06-27 11:53:09 -07:00
db_stress_driver.cc Track expected state only if expected values dir is non-empty (#10764) 2022-09-30 13:37:05 -07:00
db_stress_driver.h
db_stress_env_wrapper.h Make the Env class Customizable (#9293) 2022-01-04 16:45:49 -08:00
db_stress_gflags.cc Fix FIFO causing overlapping seqnos in L0 files due to overlapped seqnos between ingested files and memtable's (#10777) 2022-10-25 10:39:58 -07:00
db_stress_listener.cc Adjust public APIs to prefer 128-bit SST unique ID (#10009) 2022-05-17 18:43:48 -07:00
db_stress_listener.h Avoid usage of ReopenWritableFile in db_stress (#9649) 2022-03-04 10:30:10 -08: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 Run clang format against files under tools/ and db_stress_tool/ (#10868) 2022-10-25 14:29:41 -07:00
db_stress_stat.cc Fix Statistics in db_stress (#9260) 2021-12-07 16:24:22 -08:00
db_stress_stat.h Fix Statistics in db_stress (#9260) 2021-12-07 16:24:22 -08:00
db_stress_table_properties_collector.h Fix and detect headers with missing dependencies (#8893) 2021-09-10 10:00:26 -07:00
db_stress_test_base.cc Adjust value generation in batched ops stress tests (#10872) 2022-10-25 17:51:20 -07:00
db_stress_test_base.h Adjust value generation in batched ops stress tests (#10872) 2022-10-25 17:51:20 -07:00
db_stress_tool.cc Disable ingestion in stress tests when PutEntity is used (#10769) 2022-10-03 18:09:56 -07:00
expected_state.cc Add the PutEntity API to the stress/crash tests (#10760) 2022-09-30 11:11:07 -07:00
expected_state.h db_stress verify with lost unsynced operations (#8966) 2021-12-15 12:54:44 -08:00
multi_ops_txns_stress.cc Support WriteCommit policy with sync_fault_injection=1 (#10624) 2022-09-26 18:01:59 -07:00
multi_ops_txns_stress.h Support WriteCommit policy with sync_fault_injection=1 (#10624) 2022-09-26 18:01:59 -07:00
no_batched_ops_stress.cc Check wide columns in TestIterateAgainstExpected (#10820) 2022-10-14 14:25:05 -07:00