summaryrefslogtreecommitdiff
path: root/db_stress_tool
AgeCommit message (Expand)Author
2024-09-27Fix some missing values in stress test (#13039)Yu Zhang
2024-09-20Steps toward deprecating implicit prefix seek, related fixes (#13026)Peter Dillinger
2024-09-19Change the semantics of blob_garbage_collection_force_threshold to provide be...Levi Tamasi
2024-09-19Steps toward making IDENTITY file obsolete (#13019)Peter Dillinger
2024-08-27Retain previous trace file in db_stress for debugging purposes (#12978)anand76
2024-08-19Add an option to verify memtable key order during reads (#12889)Changyu Bi
2024-08-16Option to decouple index and filter partitions (#12939)Peter Dillinger
2024-08-15Fix improper ExpectedValute::Exists() usages and disable compaction during Ve...Hui Xiao
2024-08-12Loosen a strong assertion in ExpectedValue::Exists() (#12932)Hui Xiao
2024-08-09Fix false-positive TestBackupRestore corruption (#12917)Hui Xiao
2024-08-02SyncWAL() before Close() when FLAGS_avoid_flush_during_shutdown=true in crash...Hui Xiao
2024-08-01Fix same user collected property being re-added in stress tests (#12907)Yu Zhang
2024-07-29Handle injected write error after successful WAL write in crash test + misc (...Hui Xiao
2024-07-16Temporally disable log recycle with testing GetLiveFilesStorageInfo() (#12868)Hui Xiao
2024-07-15Fix a bug where `OnErrorRecoveryBegin()` is not called before auto-recovery (...Hui Xiao
2024-07-15Deflake ThreadStatus related unit tests (#12858)Changyu Bi
2024-07-10Fix SetOptions() failure in stress test (#12854)Changyu Bi
2024-07-10Avoid SyncWAL if flushing during shutdown (#12853)anand76
2024-07-09Fix race in multiops txn stress test (#12847)Changyu Bi
2024-07-02Fix WAL corruption in stress test (#12834)Changyu Bi
2024-07-01Fix stress test `SetOptions()` setting incompatible options (#12827)Changyu Bi
2024-07-01Disable fault injection for TestGetProperty (#12825)Hui Xiao
2024-06-26Decouple sync fault and write injection in FaultInjectionTestFS & fix tracing...Hui Xiao
2024-06-26Print more debugging info & further disable backup/restore error inejction (#...Hui Xiao
2024-06-25Tag FaultInjectionIOType::kRead for FaultInjectionTestFS new read file & fix ...Hui Xiao
2024-06-24Remove unnecessary injected error logging in crash test (#12807)Hui Xiao
2024-06-24Fix nullptr access and race to fault_fs_guard (#12799)Hui Xiao
2024-06-23Calculate `injected_error_count` even when `SharedState::ignore_read_error` (...Hui Xiao
2024-06-21Fix not getting expected injected read error (#12793)Hui Xiao
2024-06-19Inject more errors to more files in stress test (#12713)Hui Xiao
2024-06-18Add experimental range filters to stress/crash test (#12769)Peter Dillinger
2024-06-18Disable AttributeGroup in multiops txn test (#12781)Jay Huh
2024-06-18Enable reading un-synced data in db stress test (#12752)Hui Xiao
2024-06-17Add AttributeGroupIterator to Stress Test (#12776)Jay Huh
2024-06-12Fix manual WAL flush causing false-positive inconsistent values in TestBackup...Hui Xiao
2024-06-10Enable reopen with un-synced data loss in crash test (#12746)Hui Xiao
2024-06-07Support pro-actively erasing obsolete block cache entries (#12694)Peter Dillinger
2024-06-06Revert PR 12684 and 12556 (#12738)Hui Xiao
2024-06-05Fix Checkpoint hard link of inactive but unsynced WAL (#12731)Peter Dillinger
2024-06-04FaultInjectionTestFS read unsynced data by default (#12729)Peter Dillinger
2024-06-04Fix build on i386 (#12719)Po-Chuan Hsieh
2024-06-01Disable iterator refresh for CoalescingIterator in TestIterateAgainstExpected...Levi Tamasi
2024-05-31Add CoalescingIterator to TestIterateAgainstExpected (#12721)Jay Huh
2024-05-31Add transactional/read-your-own-write MultiGetEntity stress test (#12717)Levi Tamasi
2024-05-31Introduce use_multi_cf_iterator in stress test (#12706)Jay Huh
2024-05-30Refactor the non-attribute-group/attribute-group code paths in NonBatchedOpsS...Levi Tamasi
2024-05-29Fix NonBatchOpsStressTest::TestGetEntity by adding fuzzy match (#12711)Levi Tamasi
2024-05-29Remove unneccessary MutexLock from NonBatchedOpStressTest::TestGetEntity (#12...Levi Tamasi
2024-05-28Support PutEntity as write method in the transactional MultiGet stress test (...Levi Tamasi
2024-05-28Rename, deprecate `LogFile` and `VectorLogPtr` (#12695)Peter Dillinger