summaryrefslogtreecommitdiff
path: root/jstests/core/txns/kill_cursors_in_transaction.js
Commit message (Collapse)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-60/+58
|
* SERVER-40386: replace commitTransaction() used in jstests with ↵Lingzhi Deng2019-06-041-2/+2
| | | | | | commitTransaction_forTesting() (cherry picked from commit 603d97f23ff6836be5e325bf233524d977ea9d6d)
* SERVER-36587 Disallow the first operation in a transaction to be killCursorsSamy Lanka2018-11-141-12/+6
|
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-1/+7
|
* SERVER-35919 Ensure all tests that use transactions perform collection drops ↵Tess Avitabile2018-07-261-2/+3
| | | | with w:majority
* SERVER-35583 kill_sessions_kills_transaction.js should check for pending ↵Tess Avitabile2018-06-141-1/+1
| | | | drop using currentOp
* SERVER-35342 kill_cursors_in_transaction.js should check for pending drop ↵Tess Avitabile2018-06-011-4/+14
| | | | using currentOp
* SERVER-34903 Allow killCursors within a transactionTess Avitabile2018-05-151-0/+67