summaryrefslogtreecommitdiff
path: root/jstests/replsets/inmemory_preserves_active_txns.js
Commit message (Collapse)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-99/+97
|
* 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/+2
| | | | 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-38165 Enable transactions testing with the inMemory storage engineDianna2019-04-221-5/+18
|
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-0/+110
| | | | | | 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-110/+0
| | | | This reverts commit f8f872e029ba3b1f32d8499c912756d48dc1a03b.
* SERVER-36494 Test that active txn entries aren't truncatedA. Jesse Jiryu Davis2019-04-081-0/+110
Add tests for initial sync, recovery, and the inMemory storage engine. Also, avoid taking a global X lock in replSetReconfig, we only need IX.