summaryrefslogtreecommitdiff
path: root/src/mongo/shell/session.js
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-53/+57
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-07-081-2/+0
* SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer2019-04-041-79/+77
* SERVER-38631 Let DriverSession own SessionAwareClient.Siyuan Zhou2019-01-241-7/+7
* SERVER-38717 Shell prohibits w: 0 in sessionA. Jesse Jiryu Davis2019-01-151-11/+21
* SERVER-36902 Abort transaction on shell exit, try 2A. Jesse Jiryu Davis2019-01-031-48/+26
* Revert "SERVER-36902 Abort transaction on shell exit"Benety Goh2018-12-201-25/+47
* Revert "SERVER-36902 Update jsTests for new shell transaction API"Daniel Gottlieb2018-12-201-1/+1
* SERVER-36902 Update jsTests for new shell transaction APIA. Jesse Jiryu Davis2018-12-201-1/+1
* SERVER-36902 Abort transaction on shell exitA. Jesse Jiryu Davis2018-12-201-47/+25
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-0/+8
* SERVER-37801 Add prepared transaction metrics tracking to concurrency test suiteJason Chan2018-11-291-1/+1
* SERVER-36311 Add stepdowns, crashes, and shutdowns to replica_sets_multi_stmt...jannaerin2018-11-151-13/+22
* SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo2018-09-031-1/+18
* SERVER-36306 Add FSM workloads that run transactions workloads with all threa...jannaerin2018-08-281-3/+10
* SERVER-36372 Add a testing-only function to DriverSession to get the current ...Blake Oler2018-08-021-0/+8
* SERVER-33998 Remove the parallelCollectionScan commandSean Tao2018-07-121-1/+0
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-1/+10
* SERVER-35094 add new txn states and allow retrying commitTransaction cmdPavi Vetriselvan2018-06-071-37/+67
* SERVER-34170 Ensure transactions fail when run against a 3.6 node through the...Matthew Russotto2018-05-311-5/+26
* SERVER-34348 Ensure shell sends afterClusterTime in transactionsTess Avitabile2018-05-301-14/+16
* SERVER-34441 error when aborting or commiting a nonexistent txn and starting ...Pavi Vetriselvan2018-05-181-5/+28
* Revert "SERVER-34441 error when aborting or commiting a nonexistent txn and s...Pavi Vetriselvan2018-05-181-28/+5
* SERVER-34441 error when aborting or commiting a nonexistent txn and starting ...Pavi Vetriselvan2018-05-171-5/+28
* SERVER-34665 Update definition of retryable error in the mongo shell.Max Hirschhorn2018-04-271-69/+73
* SERVER-34288 Allow abortTransaction and commitTransaction as the first statementPavi Vetriselvan2018-04-201-0/+8
* SERVER-34434 Shell should ignore errors in abortTransaction() helperTess Avitabile2018-04-181-1/+10
* SERVER-34366 Shell api supports causal consistency.Siyuan Zhou2018-04-131-7/+21
* SERVER-34321 Require stmtId for multi-statement transactions in the shell.Siyuan Zhou2018-04-131-7/+22
* SERVER-34183 abort existing transaction on startTransactionPavi Vetriselvan2018-04-121-3/+0
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-6/+6
* SERVER-34287 only add writeConcern on abort and commitPavi Vetriselvan2018-04-041-4/+5
* Revert "only add writeConcern on abort and commit"Pavi Vetriselvan2018-04-041-5/+4
* only add writeConcern on abort and commitPavi Vetriselvan2018-04-041-4/+5
* SERVER-33218 implement txn shell helpers for reads and writesPavi Vetriselvan2018-04-021-4/+176
* SERVER-33789 Only retry operations with txnNumber if retryWrites=true.Max Hirschhorn2018-03-151-1/+5
* SERVER-31198 Run the concurrency suite with shard stepdownsJack Mulrow2018-01-031-2/+2
* SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with st...Jack Mulrow2017-12-071-4/+78
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-129/+203
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-141-0/+68
* SERVER-31213 Retry retryable writes at least once in retryable_writes_jscore_...Jack Mulrow2017-10-111-0/+8
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-2/+46
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-291-7/+0
* SERVER-30953 Add auto-retry logic to the mongo shell for testing during stepd...Jack Mulrow2017-09-211-1/+4
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-1/+112
* SERVER-30686 Add support for retryWrites=true in the mongo shell.Max Hirschhorn2017-08-301-4/+159
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-63/+208
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+85