Commit Graph

45 Commits (333abe9c559609078efa485da8d85973d6f81be4)

Author SHA1 Message Date
Peter Dillinger e466173d5c Print stack traces on frozen tests in CI (#10828) 3 years ago
Jay Zhuang 5d3aefb682 Migrate to docker for CI run (#10496) 3 years ago
Andrew Kryczka 5d6005c780 Add WriteOptions::protection_bytes_per_key (#10037) 3 years ago
Andrew Kryczka ed8eb436db Move slow valgrind tests behind -DROCKSDB_FULL_VALGRIND_RUN (#8475) 4 years ago
mrambacher 02418194d7 Add more tests for assert status checked (#7524) 5 years ago
sdong 80b107a0a9 Divide WriteCallbackTest.WriteWithCallbackTest (#7037) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Maysam Yabandeh c292dc8540 WritePrepared: reduce prepared_mutex_ overhead (#5420) 6 years ago
Vijay Nadimpalli 49c5a12dbe Organizing rocksdb/db directory 6 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 6 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 6 years ago
Maysam Yabandeh f383641a1d Unordered Writes (#5218) 6 years ago
Maysam Yabandeh 5234fc1b70 Mark logs with prepare in PreReleaseCallback (#5121) 6 years ago
Michael Liu 3c5d1b16b1 Apply modernize-use-override (3) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 7 years ago
Manuel Ung 8ad63a4b86 WriteUnPrepared: Add new WAL marker kTypeBeginUnprepareXID (#4069) 7 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 7 years ago
Dmitri Smirnov 147dfc7bdf Fix pre_release callback argument list. 7 years ago
Maysam Yabandeh 7429b20e39 WritePrepared Txn: fix race condition on publishing seq 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Maysam Yabandeh 88d8b2a2f5 WritePrepared Txn: Duplicate Keys, Txn Part 8 years ago
Yi Wu a7d32776f0 Fix write_callback_test compile error 8 years ago
Maysam Yabandeh 18dcf7f98d WritePrepared Txn: PreReleaseCallback 8 years ago
Maysam Yabandeh e59cb2a19b Add seq_per_batch to WriteWithCallbackTest 8 years ago
Maysam Yabandeh 857adf388f WritePrepared Txn: Refactor conf params 8 years ago
Maysam Yabandeh 2d30aaae47 Exclude incompatible options in test 8 years ago
Yi Wu fe1a5559f3 Fix flaky write_callback_test 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Maysam Yabandeh 499ebb3ab5 Optimize for serial commits in 2PC 8 years ago
Sagar Vemuri 228f49d20a Fix data races caught by tsan 8 years ago
Yi Wu 07bdcb91fe New WriteImpl to pipeline WAL/memtable write 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Yi Wu df6f5a3772 Move memtable related files into memtable directory 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 9 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 9 years ago
sdong 23089fd281 write_callback_test: clean test directory before running tests 9 years ago
reid horuff a7b6f0748a Improve write_with_callback_test to sync WAL 10 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
reid horuff 6f71d3b68b Improve perf of Pessimistic Transaction expirations (and optimistic transactions) 10 years ago
Islam AbdelRahman f0fe9126f2 Fix compile for write_callback_test in ROCKSDB_LITE 10 years ago
agiardullo dc9d70de65 Optimistic Transactions 10 years ago