summaryrefslogtreecommitdiff
path: root/db/write_callback_test.cc
AgeCommit message (Expand)Author
2021-07-07Move slow valgrind tests behind -DROCKSDB_FULL_VALGRIND_RUN (#8475)Andrew Kryczka
2020-12-22Add more tests for assert status checked (#7524)mrambacher
2020-06-30Divide WriteCallbackTest.WriteWithCallbackTest (#7037)sdong
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-06-10WritePrepared: reduce prepared_mutex_ overhead (#5420)Maysam Yabandeh
2019-05-31Organizing rocksdb/db directoryVijay Nadimpalli
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-05-13Unordered Writes (#5218)Maysam Yabandeh
2019-04-02Mark logs with prepare in PreReleaseCallback (#5121)Maysam Yabandeh
2019-02-19Apply modernize-use-override (3)Michael Liu
2018-07-13Per-thread unique test db names (#4135)Maysam Yabandeh
2018-06-28WriteUnPrepared: Add new WAL marker kTypeBeginUnprepareXID (#4069)Manuel Ung
2018-04-15fix memory leak in two_level_iteratorZhongyi Xie
2018-04-05Fix pre_release callback argument list.Dmitri Smirnov
2018-03-22WritePrepared Txn: fix race condition on publishing seqMaysam Yabandeh
2018-03-05Comment out unused variablesAndrew Kryczka
2018-02-22Back out "[codemod] - comment out unused parameters"Igor Sugak
2018-02-22- comment out unused parametersDavid Lai
2018-02-05WritePrepared Txn: Duplicate Keys, Txn PartMaysam Yabandeh
2017-12-06Fix write_callback_test compile errorYi Wu
2017-11-30WritePrepared Txn: PreReleaseCallbackMaysam Yabandeh
2017-11-22Add seq_per_batch to WriteWithCallbackTestMaysam Yabandeh
2017-11-10WritePrepared Txn: Refactor conf paramsMaysam Yabandeh
2017-09-12Exclude incompatible options in testMaysam Yabandeh
2017-07-25Fix flaky write_callback_testYi Wu
2017-07-21Revert "comment out unused parameters"Sagar Vemuri
2017-07-21comment out unused parametersVictor Gao
2017-07-15Change RocksDB LicenseSiying Dong
2017-06-24Optimize for serial commits in 2PCMaysam Yabandeh
2017-05-22Fix data races caught by tsanSagar Vemuri
2017-05-19New WriteImpl to pipeline WAL/memtable writeYi Wu
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-06Move memtable related files into memtable directoryYi Wu
2017-02-06Windows threadDmitri Smirnov
2016-12-16gcc-7 requires include <functional> for std::functionDaniel Black
2016-04-18write_callback_test: clean test directory before running testssdong
2016-02-16Improve write_with_callback_test to sync WALreid horuff
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-02-05Improve perf of Pessimistic Transaction expirations (and optimistic transacti...reid horuff
2015-07-20Fix compile for write_callback_test in ROCKSDB_LITEIslam AbdelRahman
2015-05-29Optimistic Transactionsagiardullo