summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersr3.6.2-rc0r3.6.2Maria van Keulen2018-01-043-22/+50
* SERVER-32529 Revert "SERVER-32105 Require shard servers and config servers to...Esha Maharishi2018-01-045-89/+4
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-031-0/+47
* SERVER-32224 Disable chaining in initial_sync_drop_collection.jsWilliam Schultz2018-01-031-2/+6
* SERVER-32136 initial_sync_drop_collection.js should wait for system to stabil...Matthew Russotto2018-01-031-2/+6
* SERVER-31267 CollectionCloner fails if collection is dropped between getMore ...Matthew Russotto2018-01-032-0/+166
* SERVER-31972 Reduce the number of iterations for the toggle_feature_compatibi...Eddie Louie2018-01-031-1/+1
* SERVER-32098 rename applyOps drop collection testBenety Goh2018-01-031-0/+0
* SERVER-32098 converting a drop-pending collection to capped fails with Namesp...Benety Goh2018-01-031-0/+93
* SERVER-32098 renaming drop-pending collection fails with NamespaceNotFoundBenety Goh2018-01-031-0/+74
* SERVER-32098 collection creation using applyOps with UUID on drop-pending col...Benety Goh2018-01-031-0/+61
* SERVER-32297, SERVER-32430 fix $sort in-memory sort and $sortKey serializationKyle Suarez2018-01-021-0/+146
* SERVER-32497 Cache error message used in the for-loop.Max Hirschhorn2018-01-021-5/+9
* SERVER-32282 $textScore metadata is not removed in cases where RouterStagePip...Bernard Gorman2017-12-291-2/+30
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-281-34/+30
* SERVER-32426 TransportLayer should honor current setParameter valuesJonathan Reams2017-12-201-0/+13
* SERVER-32164 Fix handling of `authSource` in URIs.r3.6.1-rc0ADAM David Alan Martin2017-12-141-0/+184
* SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with st...Jack Mulrow2017-12-143-24/+296
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-14325-98/+537
* SERVER-32109 RenameNode no longer checks for no-op set.Justin Seyster2017-12-131-0/+15
* SERVER-31808 don't boost::split an empty bind_ip stringBilly Donahue2017-12-122-1/+14
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that d...Matthew Russotto2017-12-122-0/+22
* SERVER-32216 Remove UNIX sockets on clean shutdownJonathan Reams2017-12-121-0/+2
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-1/+1
* SERVER-32167 do a second majority write before committed read in read_committ...Judah Schvimer2017-12-111-0/+4
* SERVER-32118 Fix the parsing option for applyOps view creation & clean up cre...Xiangyu Yao2017-12-111-0/+17
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-111-0/+94
* SERVER-32053 Make explain cursor invalidation testing more reliableJames Wahlin2017-12-082-27/+18
* SERVER-31056 Remove all usages of the default constructor of ScopedCollection...Kaloian Manassiev2017-12-081-191/+205
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-12-082-5/+10
* SERVER-32022: Allow disabling majority reads.Daniel Gottlieb2017-12-081-0/+4
* SERVER-29453 Disallow removing featureCompatibilityVersion document and renam...Xiangyu Yao2017-12-074-53/+50
* SERVER-31791 Tag JS test with requires_persistence.Max Hirschhorn2017-12-071-0/+2
* SERVER-31791 UUIDs should be added to local collections for replica sets only onXiangyu Yao2017-12-071-0/+38
* SERVER-31864 applyOps command with UUID containing op must require granular p...Xiangyu Yao2017-12-071-2/+327
* SERVER-31906 Test that applyOps can overwrite admin.system.versionXiangyu Yao2017-12-071-0/+39
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-12-063-21/+33
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-061-15/+35
* SERVER-32073 Improve signal given by list_local_sessions.jssamantharitter2017-12-061-1/+13
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-053-2/+24
* SERVER-31731 Test that mongos accepts a --timeZoneInfo parameter, and can cor...Bernard Gorman2017-12-051-0/+98
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-055-15/+18
* SERVER-31865 setFCV on config server should only generate UUIDs for non-dropp...Esha Maharishi2017-12-052-8/+0
* SERVER-32105 Require shard servers and config servers to be started with --re...Esha Maharishi2017-12-055-4/+89
* SERVER-32125 Add tag required_fcv36 to test caser3.6.0-rc8Geert Bosch2017-11-301-0/+1
* SERVER-32125 Only add/remove UUIDs during upgrade/downgradeGeert Bosch2017-11-301-0/+21
* SERVER-32043 Disallow users from creating new indexes in config.transactionsRandolph Tan2017-11-301-0/+6
* SERVER-32111 Make `srv-uri` test not use SSLADAM David Alan Martin2017-11-291-2/+2
* SERVER-30384 unblacklist tests from causally consistent jscore passthroughsKyle Suarez2017-11-295-195/+188
* SERVER-30384 tests should specify a sort when expecting an ordering for a queryKyle Suarez2017-11-2915-965/+951