summaryrefslogtreecommitdiff
path: root/jstests/replsets/ddl_ops_after_prepare_lock_failpoint.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-123/+126
|
* SERVER-40386: assert responses of abortTransaction_forTesting() and ↵Lingzhi Deng2019-06-011-1/+1
| | | | commitTransaction_forTesting()
* SERVER-39516 Use database MODE_IX lock for creating collectionXiangyu Yao2019-04-181-6/+0
|
* SERVER-40502 Turn off failpoint before shutting down test in ↵Vesselina Ratcheva2019-04-081-0/+3
| | | | ddl_ops_after_prepare_lock_failpoint.js
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-2/+8
| | | | | | | | | | | | Prepare conflicts may only be safely ignored when a command can guarantee it does not perform writes. Prepare conflicts are ignored when the read concern is local, available, or majority and the command is aggregate, count, distinct, find, getMore, or group. Aggregate is a special case because it may perform writes to an output collection, but it enables prepare conflict enforcement before doing so. Additionally, connections from a DBDirectClient inherit the ignore_prepare state from their parent operation.
* SERVER-40038 Handle renames across databases in lock failpoint.Max Hirschhorn2019-03-081-1/+8
|
* SERVER-39154 Create a fail point to make it so if a LockManager lock cannot ↵Vesselina Ratcheva2019-03-041-0/+124
be acquired immediately, then the operation fails