summaryrefslogtreecommitdiff
path: root/db/db_universal_compaction_test.cc
AgeCommit message (Expand)Author
2024-08-16Option to decouple index and filter partitions (#12939)Peter Dillinger
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-05Automated modernization (#12210)Andrew Kryczka
2023-11-06Mark more files for periodic compaction during offpeak (#12031)Jay Huh
2023-10-18Enforce status checking after Valid() returns false for IteratorWrapper (#11975)Changyu Bi
2023-07-26Clarify usage for options `ttl` and `periodic_compaction_seconds` for univers...Changyu Bi
2023-05-03Fix flaky test `DBTestUniversalManualCompactionOutputPathId.ManualCompactionO...Changyu Bi
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-05-06Remove own ToString() (#9955)sdong
2021-11-18Adhere to per-DB concurrency limit when bottom-pri compactions exist (#9179)Andrew Kryczka
2021-09-21Make SystemClock into a Customizable Class (#8636)mrambacher
2021-09-08Make MemTableRepFactory into a Customizable class (#8419)mrambacher
2021-07-23Fix a minor issue with initializing the test path (#8555)Drewryz
2021-07-07Move slow valgrind tests behind -DROCKSDB_FULL_VALGRIND_RUN (#8475)Andrew Kryczka
2021-02-06Revert "Turn on memtable bloom filter by default. (#6584)" (#7939)Levi Tamasi
2021-02-05Turn on memtable bloom filter by default. (#6584)sdong
2020-12-23No elide constructors (#7798)mrambacher
2020-10-27Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileS...mrambacher
2020-10-06Enable ASSERT_STATUS_CHECKED for db_universal_compaction_test (#7460)anand76
2020-09-15Disable fsync in DB tests with timeouts (#7380)Andrew Kryczka
2020-08-17Whole DBTest to skip fsync (#7274)sdong
2020-08-11Fix+clean up handling of mock sleeps (#7101)Peter Dillinger
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-07-02Revert "Whole DBTest to skip fsync (#7049)" (#7070)Peter Dillinger
2020-07-01Whole DBTest to skip fsync (#7049)sdong
2020-06-03Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923)sdong
2020-06-01Update googletest from 1.8.1 to 1.10.0 (#6808)Adam Retter
2020-05-07Fix race due to delete triggered compaction in Universal compaction mode (#6799)anand76
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-01-30Shorten certain test names to avoid infra failure (#6352)Yanqin Jin
2019-12-09Use SpecialSkipListFactory in RecalculateScoreAfterPicking (#6125)Peter Dillinger
2019-11-26Make default value of options.ttl to be 30 days when it is supported. (#6073)sdong
2019-11-07Turn on periodic compaction in universal by default if compaction filter is u...sdong
2019-10-31Support periodic compaction in universal compaction (#5970)sdong
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-09-16Refactor UniversalCompactionPicker code a little bit (#5639)sdong
2019-09-09upgrade gtest 1.7.0 => 1.8.1 for json result writingWilfried Goesgens
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu
2018-10-24Adapt three unit tests with newer compiler/libraries (#4562)Neil Mayhew
2018-07-20Reformatting some recent changes (#4161)Siying Dong
2018-07-19Return new operator for Status allocations for Windows (#4128)Dmitri Smirnov
2018-06-26Fix universal compaction scheduling conflict with CompactFiles (#4055)Andrew Kryczka
2018-06-15Udpate db_universal_compaction_test according to PR #3970 (#3995)Fenggang Wu
2018-05-30Remove tests from ROCKSDB_VALGRIND_RUNSiying Dong
2018-05-29Delete triggered compaction for universal styleAnand Ananthabhotla
2018-05-14Bottommost level-based compactions in bottom-pri poolAndrew Kryczka
2018-04-15fix memory leak in two_level_iteratorZhongyi Xie
2018-04-12comment unused parameters to turn on -Wunused-parameter flagDavid Lai