summaryrefslogtreecommitdiff
path: root/db/db_test.cc
AgeCommit message (Expand)Author
2017-07-20Change RocksDB LicenseSiying Dong
2017-06-05WriteOptions.low_pri which can throttle low pri writes if neededSiying Dong
2017-06-02Improve write buffer manager (and allow the size to be tracked in block cache)Siying Dong
2017-05-23New API for background work in single thread poolAndrew Kryczka
2017-05-04Allow IntraL0 compaction in FIFO CompactionSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-26Disable two flaky testsSiying Dong
2017-04-26Extract statistics tests into separate fileAndrew Kryczka
2017-04-05Move some files under util/ to separate dirsSiying Dong
2017-04-03Move auto_roll_logger and filename out of db/Siying Dong
2017-03-23Fix Windows Build broken by a recent commitSiying Dong
2017-03-22Fix clang compile error - [-Werror,-Wunused-lambda-capture]Daniel Black
2017-03-22Remove ASSERT_EQ(boolean, ...)Siying Dong
2017-03-13Pinnableslice (2nd attempt)Maysam Yabandeh
2017-03-08avoid ASSERT_EQ(false, ...);Andrew Kryczka
2017-03-08add max to histogram statsAndrew Kryczka
2017-03-08minor changes for rate limiter test flakinessAndrew Kryczka
2017-03-03fix rate limiter test flakinessAndrew Kryczka
2017-03-02Statistic for how often rate limiter is drainedAndrew Kryczka
2017-02-27Separate small subset tests in DBTestSiying Dong
2017-02-23[rocksdb][PR] Remove option min_partial_merge_operands and verify_checksums_i...Siying Dong
2017-02-23Remove XFunc testsSiying Dong
2017-02-17Remove timeout_hint_us from WriteOptionsYi Wu
2017-02-13Remove disableDataSync optionSagar Vemuri
2017-02-06Windows threadDmitri Smirnov
2017-02-06Adding GetApproximateMemTableStats methodVitaliy Liptchinsky
2017-01-20Change DB::GetApproximateSizes for more flexibility needed for MyRocksVitaliy Liptchinsky
2017-01-09Fix Windows environment issuesDmitri Smirnov
2017-01-08Revert "PinnableSlice"Maysam Yabandeh
2017-01-08PinnableSliceMaysam Yabandeh
2017-01-03Fix rocksdb::Status::getStateAdam Retter
2016-12-22direct io write supportAaron Gao
2016-12-13Gcc 7 error expansion to definedDaniel Black
2016-11-23Improve Write Stalling SystemSiying Dong
2016-11-21Add WriteOptions.no_slowdownMaysam Yabandeh
2016-11-16Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield...Siying Dong
2016-11-11Exporting compaction stats in the form of a mapMaysam Yabandeh
2016-10-29DBTest.GetThreadStatus: Wait for test results for longerSiying Dong
2016-10-25Disable DBTest.RepeatedWritesToSameKey (#1420)Siying Dong
2016-10-20Support IngestExternalFile (remove AddFile restrictions)Islam AbdelRahman
2016-10-14Make max_background_compactions and base_background_compactions dynamic chang...Yi Wu
2016-09-27Add SeekForPrev() to IteratorAaron Gao
2016-09-23Split DBOptions into ImmutableDBOptions and MutableDBOptionsYi Wu
2016-09-14DB::GetOptions() reflect dynamic changed optionsYi Wu
2016-09-06Support ZSTD with finalized formatsdong
2016-09-01Ensure Correct Behavior of StatsLevel kExceptDetailedTimers and kExceptTimeFo...John Alexander
2016-09-01Merge options source_compaction_factor, max_grandparent_overlap_bytes and exp...sdong
2016-08-09Added check_snapshot option in the DB's AddFile function (#1261)Zongzhi Chen
2016-07-29Make DBTest.CompressionStatsTest more deterministicIslam AbdelRahman
2016-07-20Introduce FullMergeV2 (eliminate memcpy from merge operators)Islam AbdelRahman