summaryrefslogtreecommitdiff
path: root/jstests/core/txns/abort_transaction_thread_does_not_block_on_locks.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38740 Remove wait for drop to have pending X lock in ↵Tess Avitabile2019-01-031-29/+4
| | | | abort_transaction_thread_does_not_block_on_locks.js
* SERVER-35919 Ensure all tests that use transactions perform collection drops ↵Tess Avitabile2018-07-261-1/+2
| | | | with w:majority
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+1
| | | | | | Adds a new 'MaxTimeMSExpired' error code, returned when a timeout occurs due to exceeding of maxTimeMS. Timeouts unrelated to maxTimeMS will continue to return 'ExceededTimeLimit'.
* SERVER-35674 Improve error logging in ↵Louis Williams2018-06-221-2/+6
| | | | abort_transaction_thread_does_not_block_on_locks.js
* SERVER-34800 The transaction aborter thread uses 0-second lock acquisition ↵Dianna Hohensee2018-05-151-0/+129
timeout for all lock requests