summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-133-88/+115
|
* SERVER-31940 replsetprio1.js should initiate replica set with any node as ↵William Schultz2017-11-131-1/+1
| | | | primary
* SERVER-31685 Sharded change streams can miss notificationsMatthew Russotto2017-11-131-0/+112
|
* SERVER-31914 Disable batch_write_command_update.js in ↵Randolph Tan2017-11-131-1/+4
| | | | retryable_writes_jscore_passthrough suite
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-132-11/+6
| | | | Mongo client objects in the shell should not gossip cluster time.
* SERVER-28251 Fix race condition in index_killop.jsXiangyu Yao2017-11-101-3/+3
|
* SERVER-31908 Fix capture of dbName variable during validate on shutdown.Max Hirschhorn2017-11-101-2/+3
| | | | | validateCollections() would otherwise run for the last database in dbNames multiple times.
* SERVER-31740 Make setFeatureCompatibilityVersion idempotentXiangyu Yao2017-11-101-0/+24
|
* SERVER-31858 Fix explodeForSort() path to handle multikeyness correctly.David Storch2017-11-101-0/+14
|
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-095-14/+32
| | | | | | For anything less than fully upgraded to 3.6: * suppress logicalSessionTimeoutMinutes in isMaster * fail any commands that passes lsid
* SERVER-31218 Test must wait for slave to sync FCV document before using FCV ↵Matthew Russotto2017-11-091-3/+7
| | | | 3.6 commands.
* SERVER-31763 $changeStream on sharded collections must always split on ↵Bernard Gorman2017-11-091-0/+49
| | | | mongoS even if targeting a single shard
* SERVER-31631 Bump minimum outgoing wire version for mongod when ↵Tess Avitabile2017-11-092-0/+115
| | | | featureCompatibilityVersion is 3.6
* SERVER-31243 Make no-op retry of findAndModify upsert of new document return ↵Kaloian Manassiev2017-11-091-4/+7
| | | | | | null with new=false Also unblacklists find_and_modify_server6582.js from the retryable writes passthrough suite
* SERVER-31807 Add Powercycle task using writeConcern {w: "majority"}Jonathan Abrahams2017-11-084-31/+21
|
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-0813-49/+615
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-31884 No toggle_feature_compatibility.js in stepdown suites.Justin Seyster2017-11-082-0/+8
|
* SERVER-31783 Prevent secondaries from generating UUIDs during upgradeGeert Bosch2017-11-082-2/+77
|
* SERVER-31805 provide option to Cloner to preserve UUIDsJudah Schvimer2017-11-081-0/+77
|
* SERVER-31275 Ensure causal consistency guarantees on secondaries during ↵Dianna Hohensee2017-11-083-14/+33
| | | | chunk migration commits, and fully invalidate metadata.
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-2/+2
|
* SERVER-31599 Rollback method bound to FCVPavithra Vetriselvan2017-11-071-1/+0
|
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for ↵Tess Avitabile2017-11-071-57/+204
| | | | scan bounds
* SERVER-31135 Add a change stream passthrough suite targeting secondariesCharlie Swanson2017-11-071-0/+68
|
* SERVER-28916 Make mongos automatically retry failed retryable writesJack Mulrow2017-11-071-5/+7
|
* SERVER-31774 New powercycle test option & task - setFeatureCompatibilityVersionJonathan Abrahams2017-11-071-4/+14
|
* SERVER-29653 Drop admin.system.keys on CSRS downgrade from 3.6 fcv to 3.4 fcvDianna Hohensee2017-11-071-0/+82
|
* SERVER-31844 Ensure that mapReduce holds the necessary locks for ↵David Storch2017-11-071-0/+40
| | | | PlanExecutor disposal.
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-7/+33
|
* SERVER-31441 Run validateCollections on each server in parallelr3.6.0-rc3Eddie Louie2017-11-061-11/+45
|
* SERVER-31392: Test changeStreams when an unsharded collection becomes shardedNick Zolnierz2017-11-061-0/+84
|
* SERVER-31300 Re-enable applyOps rollback test opWithoutUUIDBenety Goh2017-11-061-16/+15
|
* SERVER-31828 endSession in js should end sessionsJason Carey2017-11-061-0/+16
| | | | | | | | | | | | endSessions is of the form { endSessions: [] }, not { endSessions: 1, lsids: []}. fix it up and add a test
* SERVER-31712 do not apply ignoredErrors when appending raw responses if no ↵Esha Maharishi2017-11-061-1/+62
| | | | shards have an OK response
* SERVER-31632 write_transactions_during_migration.js should call ↵Randolph Tan2017-11-061-0/+2
| | | | waitForMoveChunkStep
* SERVER-31820 log UUID during collection dropJudah Schvimer2017-11-061-3/+1
|
* SERVER-31435 Move applyOps index collation test into jsCoreMaria van Keulen2017-11-061-2/+0
|
* SERVER-31804 Disable $expr rewrite optimizationJames Wahlin2017-11-061-163/+0
| | | | | | | | To address correctness issues involving comparison of: - BSONType - null & undefined - NaN - Arrays
* SERVER-31696 Rename path prefixes in applyRenamesToExpression().Justin Seyster2017-11-031-0/+26
| | | | | Previously, applyRenamesToExpression() would only rename a path if the entire path matched the rename rule.
* SERVER-31827 Wait for Secondary after stepdown.ADAM David Alan Martin2017-11-031-0/+1
| | | | | | | | | The primary being told to step down will kill all incoming connections during that stepdown process. When this happens, connections which are incoming may be closed before they can enter a state which "reserves" them from closure. To facilitate correct semantics in this test, we should wait for the primary to completely step down to a secondary, before trying to authenticate to it again.
* SERVER-31450 add check_uuids_consistent_across_cluster.js comment, how to ↵Dianna Hohensee2017-11-031-0/+12
| | | | disable, common reasons why
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-032-36/+177
|
* SERVER-31825 replset6.js should await replication before checking if ↵William Schultz2017-11-031-5/+11
| | | | renameCollection succeeded
* SERVER-31435 Ensure applyOps with createIndexes replicatesMaria van Keulen2017-11-031-0/+100
|
* SERVER-28874 make allowPartialResults option only apply if exhausted retries ↵Esha Maharishi2017-11-031-0/+76
| | | | on retriable errors
* Revert "SERVER-31565 Add stats about logical sessions background jobs to ↵Ian Whalen2017-11-021-2/+2
| | | | | | serverStatus" This reverts commit 7cd8508b06e1574bea211dff054855b70b7cc20e.
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-2/+2
|
* SERVER-31099 Add automated test for stall when WiredTiger uses LAS fileSulabh Mahajan2017-11-011-0/+56
|
* SERVER-31507 add option to specify oplog application mode in applyOpsr3.6.0-rc2Judah Schvimer2017-10-311-0/+92
|
* SERVER-31081 Fix Lint again.ADAM David Alan Martin2017-10-311-1/+2
|