Commit Graph

783 Commits (f7bb1a0060cfaeefefac9a32734956653ea7e35c)

Author SHA1 Message Date
Mike Kolupaev 4922af6f8d fixed DBTest.GetPropertiesOfAllTablesTest and DBTest.GetUserDefinedTablaProperties flakiness 9 years ago
Andres Notzli 06aebca592 Report live data size estimate 9 years ago
sdong 02b635fa38 Fix undeterministic failure of DBTest.GetPropertiesOfAllTablesTest 9 years ago
Yueh-Hsuan Chiang 7219088cda Move general compaction tests from db_test.cc to db_compaction_test.cc 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
Yueh-Hsuan Chiang 443c6646bc Move remaining universal compaction tests from db_test.cc to db_universal_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 7462286d33 Move in-place-update related tests from db_test.cc to db_inplace_update_test.cc 9 years ago
krad a75f23eb87 Relax assertions in unit DropWrites to be more permissible 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
Igor Canadi 35ca59364c Don't let flushes preempt compactions 9 years ago
agiardullo 81d072623c move convenience.h out of utilities 9 years ago
Poornima Chozhiyath Raman beb19ad0dd Fixing delete files in Trivial move of universal compaction 9 years ago
Yueh-Hsuan Chiang 801df912af Move UniversalCompaction related db-tests to db_universal_compaction_test.cc 9 years ago
Yueh-Hsuan Chiang 3ca6b2541e Move TailingIterator tests from db_test.cc to db_test_tailing_iterator.cc 9 years ago
Yueh-Hsuan Chiang ce829c77e3 Make TransactionLogIterator related tests from db_test.cc to db_log_iter_test.cc 9 years ago
Yueh-Hsuan Chiang c3f98bb89b Move CompactionFilter tests in db_test.cc to db_compaction_filter_test.cc 9 years ago
Igor Canadi a9c5109515 Deprecate purge_redundant_kvs_while_flush 9 years ago
Igor Canadi 5aea98ddd8 Deprecate WriteOptions::timeout_hint_us 9 years ago
Yueh-Hsuan Chiang b10cf4e2e0 Move DynamicLevel related db-tests to db_dynamic_level_test.cc 9 years ago
Yueh-Hsuan Chiang 49f42ad032 Move global static functions in db_test_util to DBTestBase 9 years ago
Yueh-Hsuan Chiang 625467a08a Move reusable part of db_test.cc to util/db_test_util.h 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
krad 7189e90c22 Fix a noisy unit test. 9 years ago
Dmitri Smirnov d8586ab22b All of these are in the new code added past 3.10 9 years ago
Poornima Chozhiyath Raman 4bed00a44b Fix function name format according to google style 9 years ago
krad e2e3d84b2c Added multi WAL log testing to recovery tests. 9 years ago
Poornima Chozhiyath Raman c0b23dd5b0 Enabling trivial move in universal compaction 9 years ago
Yueh-Hsuan Chiang d8e3e766f9 Fixed a bug in test ThreadStatusSingleCompaction 9 years ago
Yueh-Hsuan Chiang 4ce5be4255 fixed leaking log::Writers 9 years ago
Yueh-Hsuan Chiang 685582a0b4 Revert two diffs related to DBIter::FindPrevUserKey() 9 years ago
Mike Kolupaev 218487d8dc [wal changes 1/3] fixed unbounded wal growth in some workloads 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
krad b0f1927dbb Increasing timeout for drop writes. 9 years ago
Tomislav Novak ec70fea4c4 Fix a comparison in DBIter::FindPrevUserKey() 9 years ago
krad 6199cba998 Fix race in unit test. 9 years ago
Venkatesh Radhakrishnan c9cd404bcd Make flush check for shutdown 9 years ago
Poornima Chozhiyath Raman 4fb09c6871 Updating SeekToLast with upper bound 9 years ago
Islam AbdelRahman 674b1181cf Bottommost level compaction option 9 years ago
Giuseppe Ottaviano 782a1590f9 Implement a table-level row cache 9 years ago
krad de85e4cadf Introduce WAL recovery consistency levels 9 years ago
Venkatesh Radhakrishnan 04251e1e3a Add wal files to Checkpoint for multiple column families. 9 years ago
Igor Canadi bf03f59c11 Disable CompressLevelCompaction() if Zlib is not supported 9 years ago
Igor Canadi 760e9a94de Fail DB::Open() when the requested compression is not available 9 years ago
Islam AbdelRahman 4eabbdb7ec Skip bottommost level compaction if possible 9 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 9 years ago
sdong 40f562e747 Allow GetApproximateSize() to include mem table size if it is skip list memtable 9 years ago
Islam AbdelRahman cccd2199a6 Revert skip bottommost compaction 9 years ago
Islam AbdelRahman 20f2b54252 Skip bottom most level compaction if no compaction filter 9 years ago
sdong 7842920be5 Slow down writes by bytes written 9 years ago
Igor Canadi a84df655f3 Don't let two L0->L1 compactions run in parallel 9 years ago