summaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2020-11-07Fix a recovery corner case (#7621)Cheng Chang
2020-11-06Skip fsync in txn tests (#7641)Cheng Chang
2020-10-29Return NotFound from TableFactory configuration errors during options loading...mrambacher
2020-10-29Revert LoadLatestOptions handling of ignore_unknown_options if versions diffe...mrambacher
2020-10-28Remove unused includes (#7604)Yanqin Jin
2020-10-28In ParseInternalKey(), include corrupt key info in Status (#7515)Ramkumar Vadivelu
2020-10-27Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileS...mrambacher
2020-10-22Make FileType Public and Replace kLogFile with kWalFile (#7580)Zhichao Cao
2020-10-21Fix unchecked statuses for transaction_test (#7572)Cheng Chang
2020-10-20Fix write_batch_test when ASSERT_STATUS_CHECKED=1 (#7575)Cheng Chang
2020-10-20Revert `Status`es returned from pre-`Configurable` options functions (#7563)mrambacher
2020-10-19Abstract out LockManager interface (#7532)Cheng Chang
2020-10-15Introduce BlobFileCache and add support for blob files to Get() (#7540)Levi Tamasi
2020-10-14Test for LoadLatestOptions (#7554)mrambacher
2020-10-08Add few unit test cases in ASSERT_STATUS_CHECKED (#7500)Akanksha Mahajan
2020-10-07Clean up BlobLogReader and rename it to BlobLogSequentialReader (#7517)Levi Tamasi
2020-10-02Status check enforcement for error_handler_fs_test (#7342)Zhichao Cao
2020-09-30Change ParseInternalKey() to return Status instead of bool (#7457)Ramkumar Vadivelu
2020-09-30Fix TSAN failure for backupable_db_test (#7478)Jay Zhuang
2020-09-29Make db_basic_test pass assert status checked (#7452)sdong
2020-09-28Support injecting read errors for RandomAccessFile when using FaultInjectionT...Levi Tamasi
2020-09-28Genericize and clean up FastRange (#7436)Peter Dillinger
2020-09-23Add AppendWithVerify and PositionedAppendWithVerify to Env and FileSystem (#7...Zhichao Cao
2020-09-21Less I/O for incremental backups, slightly better corruption detection (#7413)Peter Dillinger
2020-09-18Postponing custom checksum support in BackupEngine (#7411)Peter Dillinger
2020-09-17Restore file size in backup table file names (and other cleanup) (#7400)Peter Dillinger
2020-09-16Add more tests to ASSERT_STATUS_CHECKED (#7367)mrambacher
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-09-10Expose the start of the expiration range for TTL blob files through LiveFileM...Levi Tamasi
2020-09-08Fix backup/restore in stress/crash test (#7357)Peter Dillinger
2020-09-01Recompress blobs during GC if compression changed (#7331)Jay Zhuang
2020-08-27Add a blob file builder class that can be used in background jobs (#7306)Levi Tamasi
2020-08-26Real fix for race in backup custom checksum checking (#7309)Peter Dillinger
2020-08-24Add some simulator cache and block tracer tests to ASSERT_STATUS_CHECKED (#7305)mrambacher
2020-08-24DBWithTTL::Open() param ttls: vector<int32_t> to const vector<int32_t>& (#7196)rockeet
2020-08-24Disable fsync in SeqAdvanceConcurrentTest (#7302)sdong
2020-08-21Work around a backup bug with DB custom checksums (#7294)Peter Dillinger
2020-08-20Add EnvTestWithParam::OptionsTest to the ASSERT_STATUS_CHECKED passes (#7283)mrambacher
2020-08-17Fix some flaky tests in BackupableDBTest with intentional flushing (#7273)Peter Dillinger
2020-08-17Whole DBTest to skip fsync (#7274)sdong
2020-08-17Re-enable param tests for backup engine (#7260)Zitan Chen
2020-08-14Fix flaky BackupableDBTest.CustomChecksumTransition (#7254)Zitan Chen
2020-08-12BackupEngine supports custom file checksums (#7085)Zitan Chen
2020-08-11Fix+clean up handling of mock sleeps (#7101)Peter Dillinger
2020-08-06Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013)Cheng Chang
2020-08-05Remove assertion from FaultInjectionTestFS::NewDirectory (#7220)Levi Tamasi
2020-08-03dedup ReadOptions in iterator hierarchy (#7210)Andrew Kryczka
2020-07-28Make env*_test work with ASSERT_STATUS_CHECKED (#7176)mrambacher
2020-07-28Fix data race warning of BackupableDBTest.TableFileWithDbChecksumCorruptedDur...zitan
2020-07-24Fix for flaky test BackupableDBTest.RateLimiting (#7167)Akanksha Mahajan