summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-01-19Clean up after long-running whitebox crashtest (#12248)Jay Huh
2024-01-16Add CompressionOptions to the compressed secondary cache (#12234)anand76
2024-01-11Disable LockWAL() for multiops_wp_txn stress test (#12221)Changyu Bi
2024-01-10Block cache analyzer: Calculate miss ratio for each caller (#10823)Qiaolin Yu
2024-01-09Disable blobDB and UDT in memtable only combination in stress test (#12218)Yu Zhang
2024-01-04Fix and defend against FilePrefetchBuffer combined with mmap reads (#12206)Peter Dillinger
2024-01-04Re-enable ingest_external_file with mmap_read in crash test (#12201)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-28Lightweight verification of MANIFEST file after close on shutdown (#12174)anand76
2023-12-27Trace analyzer: replace number with enumeration type (#10827)Qiaolin Yu
2023-12-21fix ldb_cmd_test.cc build with nondefault -DROCKSDB_NAMESPACE (#12173)Andrew Kryczka
2023-12-20Fix ldbcmd cant use custom comparator (#12159)chuhao zeng
2023-12-17Intensify operations on same key in crash test (#12148)Hui Xiao
2023-12-15Update HISTORY/version/format compatibility script for the 8.10 release (#12154)Levi Tamasi
2023-12-12Add initial support to stress test persist_user_defined_timestamps (#12124)Yu Zhang
2023-12-08Intensify "xxx_one_in"'s default value in crash test (#12127)Hui Xiao
2023-12-01internal_repo_rocksdb (435146444452818992) (#12115)Andrew Kryczka
2023-12-01Refactor crash test stderr parsing logic into a function (#12109)Yu Zhang
2023-11-28Add tiered cache options to db_bench (#12104)anand76
2023-11-21Update HISTORY.md and version.h for 8.9.fb release (#12074)Jay Huh
2023-11-11Quarantine files in a limbo state after a manifest error (#12030)Yu Zhang
2023-11-10Remove the default force behavior for `EnableFileDeletion` API (#12001)Yu Zhang
2023-11-06AutoHCC: fix a bug with "blind" Insert (#12046)Peter Dillinger
2023-11-03Enable `TestIterateAgainstExpected()` in more crash tests (#12040)Changyu Bi
2023-10-27Make OffpeakTimeInfo available in VersionSet (#12018)Jay Huh
2023-10-24Update history, version and format testing for 8.8 (#12004)Hui Xiao
2023-10-24Error out in case of std errors in blackbox test and export file in TARGETSAkanksha Mahajan
2023-10-24Skip subsequent trace writes after encountering trace write failure (#11996)Hui Xiao
2023-10-23Disable AutoHCC in crash test (#12000)Peter Dillinger
2023-10-16Sanitize db_stress arguments when secondary_cache_uri is not empty (#11967)anand76
2023-10-11Fix crash_test_with_best_efforts_recovery (#11938)Jay Huh
2023-10-11Enable write fault injection in db_stress (#11924)anand76
2023-10-10Add TieredCache and compressed cache capacity change to db_stress (#11935)anand76
2023-10-04Improve efficiency of create_missing_column_families, light refactor (#11920)Peter Dillinger
2023-10-03Enable auto_readahead_size in db_stress (#11916)akankshamahajan
2023-10-02Fix the handling of wide-column base values in the max_successive_merges logi...Levi Tamasi
2023-09-29Add helpful message for ldb when unknown option found (#11907)Jay Huh
2023-09-29Add the wide-column aware merge API to the stress tests (#11906)Levi Tamasi
2023-09-25Disable AutoReadaheadSize in stress tests (#11883)akankshamahajan
2023-09-23Update files for version 8.8 (#11878)Changyu Bi
2023-09-21Support compressed and local flash secondary cache stacking (#11812)anand76
2023-09-19Fix stress test failure due to write fault injections and disable write fault...Changyu Bi
2023-09-18Inject retryable write IOError when writing to SST files in stress test (#11829)Changyu Bi
2023-09-16Use uint64_t for `compaction_readahead_size` in stress test (#11849)Changyu Bi
2023-09-15Make RibbonFilterPolicy::bloom_before_level mutable (SetOptions()) (#11838)Peter Dillinger
2023-09-15Use default value instead of hard-coded 0 for compaction_readhead_size in db ...Hui Xiao
2023-09-12GetEntity and PutEntity Support in ldb (#11796)Jay Huh
2023-09-11Add helper methods WideColumnsHelper::{Has,Get}DefaultColumn (#11813)Levi Tamasi
2023-09-05Added compaction read errors to `db_stress` (#11789)Andrew Kryczka
2023-09-01Automatic table sizing for HyperClockCache (AutoHCC) (#11738)Peter Dillinger