summaryrefslogtreecommitdiff
path: root/test_util
AgeCommit message (Expand)Author
2024-09-19Steps toward making IDENTITY file obsolete (#13019)Peter Dillinger
2024-06-12Remove redundant no_io parameters to filter functions (#12762)Peter Dillinger
2024-05-17Implement obsolete file deletion (GC) in follower (#12657)anand76
2024-03-04Run internal cpp modernizer on RocksDB repo (#12398)yuzhangyu@fb.com
2024-02-21No filesystem reads during `Merge()` writes (#12365)Andrew Kryczka
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-30Remove WritableFile(FSWritableFile)::GetFileSize default implementation (#12303)Yu Zhang
2024-01-29Remove unnecessary, confusing 'extern' (#12300)Peter Dillinger
2023-12-29Group SST write in flush, compaction and db open with new stats (#11910)Hui Xiao
2023-12-01internal_repo_rocksdb (435146444452818992) (#12115)Andrew Kryczka
2023-09-21Support compressed and local flash secondary cache stacking (#11812)anand76
2023-09-11Add a unit test for the fix in #11763 (#11810)Andrew Kryczka
2023-08-29Add SystemClock::TimedWait() function (#11753)Andrew Kryczka
2023-08-11Placeholder for AutoHyperClockCache, more (#11692)Peter Dillinger
2023-08-07Prepare tests for new HCC naming (#11676)Peter Dillinger
2023-07-30format_version=6 and context-aware block checksums (#9058)Peter Dillinger
2023-07-27Add a UDT comparator for ReverseBytewiseComparator to object library (#11647)Yu Zhang
2023-05-25Add support to strip / pad timestamp when writing / reading a block (#11472)Yu Zhang
2023-05-24Document SyncPoint::LoadDependency (#11477)Peter Dillinger
2023-05-09Add hash_seed to Caches (#11391)Peter Dillinger
2023-04-22Fix compression tests when snappy not available (#11396)Peter Dillinger
2023-04-21Changes and enhancements to compression stats, thresholds (#11388)Peter Dillinger
2023-04-14Try to pick more files in `LevelCompactionBuilder::TryExtendNonL0TrivialMove(...Changyu Bi
2023-03-17HyperClockCache support for SecondaryCache, with refactoring (#11301)Peter Dillinger
2023-03-15Simplify tracking entries already in SecondaryCache (#11299)Peter Dillinger
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-12-14~SleepingBackgroundTask() to wake up the sleeping task (#11036)sdong
2022-10-24clang format files under test_util/ (#10855)changyubi
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-07-14Add seqno to time mapping (#10338)Jay Zhuang
2022-05-20Fix a bug of not setting enforce_single_del_contracts (#10027)Yanqin Jin
2022-05-19Track SST unique id in MANIFEST and verify (#9990)Jay Zhuang
2022-05-16Added GetFactoryCount/Names/Types to ObjectRegistry (#9358)mrambacher
2022-05-06Clean up variables for temporary directory (#9961)Peter Dillinger
2022-05-06Remove own ToString() (#9955)sdong
2022-04-28Enforce the contract of SingleDelete (#9888)Yanqin Jin
2022-03-01Remove BlockBasedTableOptions.hash_index_allow_collision (#9454)sdong
2022-02-08Use the comparator from the sst file table properties in sst_dump_tool (#9491)satyajanga
2022-02-04Remove deprecated option DBOptions::max_mem_compaction_level (#9446)Baptiste Lemaire
2022-01-28Remove deprecated API AdvancedColumnFamilyOptions::rate_limit_delay_max_milli...Hui Xiao
2022-01-28Remove deprecated option DBOptions::skip_log_error_on_recovery (#9434)Akanksha Mahajan
2022-01-27Remove deprecated API AdvancedColumnFamilyOptions::soft_rate_limit/hard_rate_...Hui Xiao
2022-01-26Remove deprecated ObjectLibrary::Register() (and Regex public API) (#9439)Peter Dillinger
2022-01-26Remove unused option purge_redundant_kvs_while_flush (#9429)Jay Zhuang
2022-01-11Restore Regex support for ObjectLibrary::Register, rename new APIs to allow o...mrambacher
2022-01-04Make the Env class Customizable (#9293)mrambacher
2021-12-29Remove/Reduce use of Regex in ObjectRegistry/Library (#9264)mrambacher
2021-12-10More refactoring ahead of footer & meta changes (#9240)Peter Dillinger
2021-11-19Support readahead during compaction for blob files (#9187)Levi Tamasi