summaryrefslogtreecommitdiff
path: root/src/mongo/shell/session.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao2022-04-291-1/+6
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2021-12-211-11/+0
* SERVER-61664 Fix test log formattingA. Jesse Jiryu Davis2021-11-201-4/+4
* SERVER-56943 add cmdObj to runClientFunctionWithRetries() log message for testsSiran Wang2021-08-121-2/+7
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-5/+2
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-141-1/+1
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-1/+1
* SERVER-55596 Remove isMaster from API Version 1A. Jesse Jiryu Davis2021-05-121-2/+2
* SERVER-51431 Transaction read concerns are not honored by mongo shellRaiden Worley2021-03-291-34/+46
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-031-1/+0
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-43463 remove outdated TODO noteMisha Tyulenev2019-11-141-5/+0
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-011-10/+24
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-53/+57
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-101-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