summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-33/+49
|
* SERVER-42257 Announce known emulationsAndrew Morrow2019-07-231-0/+45
|
* SERVER-40616 awaitReplication should reset timeout when secondary makes progressSamy Lanka2019-06-241-9/+8
|
* SERVER-41216 Rename InterruptedDueToStepDown error code to ↵Judah Schvimer2019-05-201-2/+1
| | | | InterruptedDueToReplStateChange
* SERVER-40186 Retry interrupted commits in auto_retry_transaction.jsJack Mulrow2019-04-251-13/+12
|
* SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer2019-04-041-1/+1
|
* SERVER-39852 show "empty" databases as "(empty)"Gabriel Russell2019-03-291-1/+4
| | | | | | | | | | * databases with reported non-zero sizes will be displayed as they always have, with their size displayed after the name * databases that the server reports as empty, which generally indicates that it contains no collections, will be decorated with "(empty)" * databases that the server reports as taking up 0 bytes will now listed without any decoration
* SERVER-38556 Handle transaction events in RoleGraph updateSpencer Jackson2019-03-281-0/+1
|
* SERVER-38887 Return names encapsulated when falling back on privilege inspectionSara Golemon2019-01-181-1/+12
|
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-12/+0
|
* SERVER-36311 Add stepdowns, crashes, and shutdowns to ↵jannaerin2018-11-151-0/+32
| | | | replica_sets_multi_stmt_txn_jscore_passthrough suite
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC ↵Esha Maharishi2018-11-071-2/+0
| | | | protocol
* SERVER-37320 Prevent prepareTransaction from running on anything but ↵Esha Maharishi2018-09-271-0/+2
| | | | initialized shard servers or config servers, except under failpoint
* SERVER-37218 jsTestLog should accept an objectCharlie Swanson2018-09-191-0/+3
|
* SERVER-36718 Add forceValidationWithFeatureCompatibilityVersion to ↵Xiangyu Yao2018-08-271-0/+2
| | | | collection validation hook
* SERVER-35903 Free monitoring disable without enabling does not workMark Benvenuto2018-07-131-8/+9
|
* SERVER-35758 Mongo shell prompt errors when running transactions after ↵Siyuan Zhou2018-07-101-0/+23
| | | | overriding 'db'
* SERVER-35715 Remove nopreallocj and smallfiles options from testsGeert Bosch2018-07-051-1/+0
|
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-0/+11
|
* SERVER-34584 Update the default cloud free monitoring endpoint to final locationMark Benvenuto2018-06-111-0/+41
|
* WRITING-2732 Build test runner for running mql-model declarative tests ↵Martin Neupauer2018-06-061-1/+3
| | | | against an actual MongoDB server
* SERVER-34595 Increase transactionLifetimeLimitSeconds default in testingMaria van Keulen2018-06-041-0/+1
|
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-251-4/+12
| | | | | | | | | Enables the CheckReplDBHashInBackground hook in the replica_sets_jscore_passthrough.yml test suite. Also fixes the WTPreserveSnapshotHistoryIndefinitely failpoint to ignore attempts from _decreaseTargetSnapshotWindowSize() to move the oldest timestamp forward.
* SERVER-34496 Await all operations committed in ↵Blake Oler2018-04-201-0/+2
| | | | ShardingTest::checkUUIDsConsistent hook
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-1/+0
|
* SERVER-34235 isNetworkError correctly checks for SocketException errorWilliam Schultz2018-04-021-4/+10
| | | | | | | | | The 'isNetworkError' shell utility function checks for network errors based on the error message string, and the string patterns that it checked omitted a few common network error messages i.e. 'SocketException'. This patch makes isNetworkError correctly recognize more network error messages matching a wider variety of capitalized and non-capitalized error message strings.
* SERVER-33935 add clusterAuthMode option to TestDataRobert Guo2018-03-201-0/+4
|
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-03-151-1/+3
|
* Revert "SERVER-33734 Improve jsTestLog filterability"Esha Maharishi2018-03-151-2/+1
| | | | This reverts commit a65f5add63e89bf4303c4ea6abac1cefac81d98b.
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-03-151-1/+2
|
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-34/+14
| | | | This reverts commit c5a4250a649ab0afb4ecdf227d4a0400f9e68786.
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-14/+34
| | | | This reverts commit d05e04551b7e399a5554858de48541ae11988b10.
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-34/+14
|
* SERVER-32647 Retry connecting to replica set when given a seed nodeVesselina Ratcheva2018-02-151-0/+26
|
* SERVER-32368 do not perform UUID check against a shard's config cache in the ↵Esha Maharishi2018-02-131-0/+2
| | | | sharding_csrs_continuous_config_stepdown_WT suite
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-01-221-0/+1
|
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-081-0/+1
|
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-181-1/+1
|
* SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with ↵Jack Mulrow2017-12-071-0/+3
| | | | stepdowns
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-091-0/+1
| | | | | | For anything less than fully upgraded to 3.6: * suppress logicalSessionTimeoutMinutes in isMaster * fail any commands that passes lsid
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-31413 Clean up structure of rollbackViaRefetchNoUUID test suiteWilliam Schultz2017-10-181-0/+1
|
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-141-0/+1
| | | | | | Ensures that the FSM worker threads are guaranteed to observe the effects of the $config.setup() function being called since they'll specify an afterClusterTime beyond that point.
* SERVER-31213 Retry retryable writes at least once in ↵Jack Mulrow2017-10-111-0/+1
| | | | retryable_writes_jscore_passthrough
* SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ↵Esha Maharishi2017-09-251-0/+2
| | | | ShardingTest
* SERVER-31095 Adding an evergreen builder to test the legacy transport layer. ↵Henrik Edin2017-09-221-0/+1
| | | | Fix so resmoke.py can passthrough the --transportLayer option.
* SERVER-30953 Add auto-retry logic to the mongo shell for testing during ↵Jack Mulrow2017-09-211-1/+3
| | | | stepdown suites
* SERVER-19076 handle multiline shard keys in sh.status()Kevin Pulo2017-09-211-0/+12
|
* SERVER-30903 Fix shellHelper.use() and setting global `db` object.Max Hirschhorn2017-08-301-1/+1
|
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-2/+2
| | | | | | Creates a _DummyDriverSession instance when startSession() isn't called so that the DB and DBCollection implementations can rely on the same session-related APIs.