summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-042-34/+66
* SERVER-31205 Forward-port test that confirms a new mongos cannot talk to an o...Louis Williams2017-10-041-0/+61
* SERVER-31330 Prevent stepdown during drain mode from triggering an invariantSpencer T Brody2017-10-043-1/+303
* SERVER-31327 Set ReplSetTest:waitForKeys default to trueMisha Tyulenev2017-10-047-10/+12
* SERVER-31373 add more bg index build workloads to blacklist for backup_restoreEric Milkie2017-10-041-0/+2
* SERVER-30850 Handle replica set connection strings in startParallelShell()Sara Golemon2017-10-031-0/+33
* SERVER-28072 Construct mongodb:// URI from RS string and dbnameSara Golemon2017-10-031-21/+43
* SERVER-29243 Move jsHeapLimit.js from core to noPassthroughEddie Louie2017-10-032-1/+34
* SERVER-29126 Require change streams to run with readConcern:majoritySiyuan Zhou2017-10-039-114/+156
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-033-40/+106
* SERVER-30956 Kill all change streams when fCV is set to 3.4Matthew Russotto2017-10-031-3/+19
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-0343-69/+81
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-8/+8
* SERVER-31348 Prefer bsonWoCompare over Timestamp comparison in shell.Charlie Swanson2017-10-031-2/+12
* SERVER-25623 addShard should fail if shard's binary version < the cluster's f...Esha Maharishi2017-10-021-1/+8
* Revert "SERVER-25623 addShard should fail if shard's binary version < the clu...Ian Whalen2017-10-021-8/+1
* SERVER-29138: Extend aggregation access control checks to handle $changeStrea...Katherine Walker2017-10-021-0/+38
* SERVER-25623 addShard should fail if shard's binary version < the cluster's f...Esha Maharishi2017-10-021-1/+8
* SERVER-23410 Include millis and 'Z' when converting agg dates to stringsCharlie Swanson2017-10-023-9/+3
* SERVER-19483: Have getParameter on wiredTigerEngineRuntimeConfig return the l...Daniel Gottlieb2017-10-021-0/+12
* SERVER-31321 disable dbcheck.js testGeert Bosch2017-10-021-0/+4
* SERVER-31018 Fix lintGeert Bosch2017-09-291-7/+6
* SERVER-31018 Prevent secondaries from generating UUIDs for replicated collect...Geert Bosch2017-09-291-0/+26
* SERVER-24759 SERVER-31128 Validate collections on all nodes in clusterIan Boros2017-09-291-22/+71
* SERVER-31311 wait for fcv3.6 before testing in kill_sessions.jsGabriel Russell2017-09-291-0/+6
* SERVER-30582 Permit 'local' readConcern for aggregation explain.David Storch2017-09-292-1/+56
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-293-7/+112
* SERVER-31190 Extend change_stream_invalidation.jsTess Avitabile2017-09-291-12/+47
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-09-291-0/+15
* SERVER-30894/SERVER-31290 Implement command for transferring session informat...Randolph Tan2017-09-288-0/+385
* Revert "SERVER-31209 Persist targetVersion in FCV document to indicate an upg...Louis Williams2017-09-281-8/+8
* SERVER-30966 Make list sessions tests more parallel safeSara Golemon2017-09-282-14/+28
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-283-60/+262
* SERVER-31200 Fix toggle_feature_compatibility.js failures in FSM.Justin Seyster2017-09-281-21/+20
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-09-281-8/+8
* Revert "Revert "Revert "SERVER-30894 Implement command for transferring sessi...Randolph Tan2017-09-288-385/+0
* Revert "Revert "SERVER-30894 Implement command for transferring session infor...Randolph Tan2017-09-278-0/+385
* SERVER-30977 add clusterTime to standalone replica setMisha Tyulenev2017-09-2717-42/+38
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-108/+227
* SERVER-30959 Enforce session is present in session_jscore_passthrough.yml.Eddie Louie2017-09-271-4/+63
* Revert "SERVER-30894 Implement command for transferring session information d...Greg McKeon2017-09-278-385/+0
* SERVER-31116 localhost bypass for sessionsJason Carey2017-09-271-6/+14
* SERVER-31229 Commands return NamespaceNotFound on unknown UUIDGeert Bosch2017-09-271-5/+8
* SERVER-30894 Implement command for transferring session information during mi...Randolph Tan2017-09-268-0/+385
* SERVER-30987: Enable and test $jsonSchema in the aggregation $match stageNick Zolnierz2017-09-261-3/+9
* SERVER-30344 prevent shards from implicitly creating a collection on createIn...Esha Maharishi2017-09-266-22/+160
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-263-36/+46
* SERVER-30722 Make changestreams require FCV 3.6Matthew Russotto2017-09-262-2/+30
* SERVER-28544 Change stepdown command to take global lock in exclusive modeSpencer T Brody2017-09-252-85/+41
* SERVER-29136 Plumb update document key through to op logNathan Myers2017-09-251-0/+154