summaryrefslogtreecommitdiff
path: root/db_stress_tool
AgeCommit message (Expand)Author
2024-05-10Add logging for read timestamp during VerifyDB (#12638)Yu Zhang
2024-05-09AttributeGroup APIs in stress test - PutEntity and GetEntity (#12605)Jay Huh
2024-05-09Add more public APIs to crash test (#12617)Hui Xiao
2024-05-08Fix locking for `ColumnFamilyOptions::inplace_update_support` (#12624)Andrew Kryczka
2024-05-07Clarify manual compaction and file ingestion behavior with FIFO compaction (#...Changyu Bi
2024-05-03Remove duplicate inplace_update_support crash/stress test flag (#12610)Hui Xiao
2024-04-30Add TimedPut to stress test (#12559)Yu Zhang
2024-04-16Add more public APIs to crash/stress test (#12541)Hui Xiao
2024-04-16Add offpeak feature to crash test (#12549)Jay Huh
2024-04-15Add inplace_update_support to crash/stress test (#12535)Hui Xiao
2024-04-11Renable kAdmPolicyThreeQueue in crash test (#12524)Hui Xiao
2024-04-08Fix "assertion failed - iter != ROCKSDB_NAMESPACE::OptionsHelper::temperature...Hui Xiao
2024-04-08Add more missing options in crash test (#12508)Hui Xiao
2024-03-29Disallow refitting more than 1 file from non-L0 to L0 (#12481)Hui Xiao
2024-03-18Fix a bug in iterator with UDT + `ReadOptions::pin_data` (#12451)Changyu Bi
2024-03-14Re-suppress tolerable manual compaction stress test failures (#12437)Hui Xiao
2024-03-12Add missing db crash options (#12414)Hui Xiao
2024-03-05Fix/improve temperature handling for file ingestion (#12402)Peter Dillinger
2024-02-27Remove `bottommost_temperature` (#12389)Peter Dillinger
2024-02-21No filesystem reads during `Merge()` writes (#12365)Andrew Kryczka
2024-02-16Change ReadAsync callback API to remove const from FSReadRequest (#11649)Akanksha Mahajan
2024-02-07Print zstd warning to stdout in stress test (#12338)Changyu Bi
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2024-01-31Enable io_uring in stress test (#12313)Akanksha Mahajan
2024-01-30Fix possible crash test segfault in FileExpectedStateManager::Restore() (#12314)Peter Dillinger
2024-01-29StressTest - Move some stderr messages to stdout (#12304)Jay Huh
2024-01-29Remove unnecessary, confusing 'extern' (#12300)Peter Dillinger
2024-01-25No consistency check when compaction filter is enabled in stress test (#12291)Hui Xiao
2024-01-24Ensures PendingExpectedValue either Commit or Rollback (#12244)Yu Zhang
2024-01-22Fix TestGetEntity failure with UDT (#12264)Changyu Bi
2024-01-16Fix backup/checkpoint stress test failure (#12227)Yu Zhang
2024-01-12Abort verification when expected state has pending writes / db return non OK(...Yu Zhang
2024-01-11Logging for test failure due to get/multiget inconsistency (#12228)Jay Huh
2024-01-10Fix TestGetEntity in stress test when UDT is enabled (#12222)Jay Huh
2024-01-09Print status when VerifyOrSyncValue() fails with non-OK status (#12217)Changyu Bi
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-12Add initial support to stress test persist_user_defined_timestamps (#12124)Yu Zhang
2023-12-04internal_repo_rocksdb (4372117296613874540) (#12117)Yu Zhang
2023-11-27Add dynamic disabling of compressed cache to db_stress (#12102)anand76
2023-11-14Make CacheWithSecondaryAdapter reservation accounting more robust (#12059)anand76
2023-11-03Enable `TestIterateAgainstExpected()` in more crash tests (#12040)Changyu Bi
2023-11-03Fix stress test error message for black/whitebox test to catch failures (#12039)Changyu Bi
2023-11-02Save the correct user comparator name in OPTIONS file (#12037)Yu Zhang
2023-10-31Initialize comparator explicitly in PrepareOptionsForRestoredDB() (#12034)Yu Zhang
2023-10-31Initialize merge operator explicitly in PrepareOptionsForRestoredDB() (#12033)Changyu Bi
2023-10-27Deep-copy Options in restored db for stress test to avoid race with SetOption...Hui Xiao
2023-10-14Fix db_stress FaultInjectionTestFS set up before DB open (#11958)Changyu Bi
2023-10-14Do not fail stress test when file ingestion return injected error (#11956)Changyu Bi
2023-10-11Fix crash_test_with_best_efforts_recovery (#11938)Jay Huh