summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollover_preserves_active_txns.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-45718 Index builder ensures empty collection by reading data fromSuganthi Mani2020-01-271-1/+2
| | | | the WT cursor in order to avoid false negatives by fast count.
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-84/+82
|
* SERVER-40386: assert responses of abortTransaction_forTesting() and ↵Lingzhi Deng2019-06-011-1/+1
| | | | commitTransaction_forTesting()
* SERVER-41280 JS tests shouldn't assume the prepare oplog entry is the first ↵Siyuan Zhou2019-05-281-5/+1
| | | | in transaction
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+4
|
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-12/+4
|
* SERVER-40678 Log implicit prepare for large transactions on primaryWilliam Schultz2019-05-151-2/+2
|
* SERVER-39790 Reconstruct prepared transactions from new oplog format on startupMatthew Russotto2019-04-081-5/+17
|
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-42/+11
| | | | | | Add tests for initial sync, recovery, and the inMemory storage engine. Also, avoid taking a global X lock in replSetReconfig, we only need IX.
* Revert "SERVER-36494 Test that active txn entries aren't truncated"A. Jesse Jiryu Davis2019-04-081-11/+42
| | | | This reverts commit f8f872e029ba3b1f32d8499c912756d48dc1a03b.
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-42/+11
| | | | | | Add tests for initial sync, recovery, and the inMemory storage engine. Also, avoid taking a global X lock in replSetReconfig, we only need IX.
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin ↵Pavi Vetriselvan2019-04-011-1/+1
| | | | | | stable TS before oldest uncommitted TS" This reverts commit b58420e57a2149c350ebf82815fe708850402296 and 33ac1afd4079e04d12554f9b79d1ab07426caf59.
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-0/+126