summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/shell_can_retry_writes.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-071-4/+0
|
* SERVER-32507 Mobile SE: Include more suites in evergreen variantnehakhatri52018-01-181-0/+1
| | | | | Included the suites noPassthrough and noPassthroughWithMongod in Mobile SE evergreen variant. Excluded some of the failing jstests from the suites.
* SERVER-31941 Don't run retryable writes tests with ephemeralForTest storage ↵Jack Mulrow2017-11-211-1/+3
| | | | engine
* SERVER-31941 Disallow retryable writes in storage engines that do not ↵Jack Mulrow2017-11-171-0/+5
| | | | support document-level locking
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removes the initialClusterTime and initialOperationTime session options. * Enables causal consistency by default when using an explicit session. * Adds a --retryWrites command line option to the mongo shell for enabling retryable writes in the mongo shell. The retryWrites options to SessionOptions is left for convenience with testing. * Renames setClusterTime() to advanceClusterTime(), and adds a corresponding advanceOperationTime() method to DriverSession. * Enables assigning transaction numbers for write commands where ordered=false. * Prevents the mongo shell from sending afterClusterTime or assigning transaction numbers when talking to a stand-alone mongod. * Prevents the mongo shell from assigning transaction numbers when using an unacknowledged (w=0) writeConcern. * Changes DBClientRS to re-discover the current primary of the replica set when it receives an error code representing "not master" in addition to an error message representing "not master". * Adds a shellPrint() pretty-printer for SessionOptions and DriverSession instances so they no longer print out their entire object definition.
* SERVER-30686 Add support for retryWrites=true in the mongo shell.Max Hirschhorn2017-08-301-0/+152