summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32361 Rollback tests should not wait to connect after restartWilliam Schultz2017-12-193-3/+11
* SERVER-32231 Remove MONGODB-CRSara Golemon2017-12-192-33/+26
* SERVER-32279 Remove support for authenticating via MONGODB-CRSara Golemon2017-12-182-20/+0
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-1810-157/+0
* SERVER-32340 Clean up dead logic for MongoDB 2.6 in multiVersion test suiteSara Golemon2017-12-181-24/+0
* SERVER-32126 check UUID in validateKevin Albertson2017-12-182-0/+8
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-162-35/+31
* SERVER-32282 $textScore metadata is not removed in cases where RouterStagePip...Bernard Gorman2017-12-161-2/+30
* SERVER-31916 wait for clusterTime on mongo connectionMisha Tyulenev2017-12-152-1/+3
* SERVER-32353 Do not use neq to compare documents in update_affects_indexes.jsTess Avitabile2017-12-151-1/+1
* SERVER-30086 better log message when using --port 0Billy Donahue2017-12-141-0/+39
* SERVER-32164 Fix handling of `authSource` in URIs.ADAM David Alan Martin2017-12-141-0/+184
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-6/+6
* SERVER-31785 use multiple shards in aggregation_sharded_collections_passthroughKyle Suarez2017-12-1417-1294/+1404
* SERVER-32204 refactor bulk_legacy_enforce_gle.jsKyle Suarez2017-12-141-92/+104
* SERVER-31689 Allow $facet to merge on mongoS if all its pipelines are eligibleBernard Gorman2017-12-141-0/+65
* SERVER-32109 RenameNode no longer checks for no-op set.Justin Seyster2017-12-131-0/+15
* SERVER-30534 Create a _configsvrDropCollection commandKaitlin Mahar2017-12-134-0/+4
* SERVER-32276 Remove support for MONGODB-CR in copydbSara Golemon2017-12-124-4/+0
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-14/+23
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-125-450/+0
* 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-32224 Disable chaining in initial_sync_drop_collection.jsWilliam Schultz2017-12-081-2/+6
* SERVER-25276: Remove redundant information from minOpTimeRecovery documentKaitlin Mahar2017-12-081-2/+0
* SERVER-32222 change_streams_primary_shard_unaware.js needs to be marked as re...Matthew Russotto2017-12-081-0/+2
* SERVER-24981 Rewrite $limit optimizationjannaerin2017-12-071-0/+82
* SERVER-32193 Remove test coverage of rollbackViaRefetchNoUUIDWilliam Schultz2017-12-078-834/+0
* SERVER-31194 Add a version of retryable_writes_jscore_passthrough.yml with st...Jack Mulrow2017-12-073-24/+296
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-07325-91/+537
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that d...Matthew Russotto2017-12-072-0/+22
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-061-0/+94
* SERVER-32167 do a second majority write before committed read in read_committ...Judah Schvimer2017-12-061-0/+4
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-061-15/+35
* SERVER-6898 Enable listDatabases for all usersSara Golemon2017-12-052-11/+55
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-053-2/+24
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-056-16/+19
* SERVER-32136 initial_sync_drop_collection.js should wait for system to stabil...Matthew Russotto2017-12-051-2/+6
* SERVER-31864 applyOps command with UUID containing op must require granular p...Xiangyu Yao2017-12-041-2/+327
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-041-191/+205
* SERVER-32053 Make explain cursor invalidation testing more reliableJames Wahlin2017-12-042-27/+18
* SERVER-31707: Test changeStreams on a sharded collection where the shard does...Nick Zolnierz2017-12-021-0/+181
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-011-55/+18
* SERVER-30671 Don't expect operationTime to not change in causal_consistency_s...Jack Mulrow2017-12-011-4/+1
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' fi...David Storch2017-12-014-13/+112
* SERVER-31651 Relax geoNear command requirement to specify spherical=true for ...David Storch2017-12-011-3/+4
* SERVER-31651 Allow minDistance option on geoNear command with 2d index.David Storch2017-12-015-187/+248
* SERVER-32118 Fix the parsing option for applyOps view creation & clean up cre...Xiangyu Yao2017-11-301-0/+17
* SERVER-32125 Only add/remove UUIDs during upgrade/downgradeGeert Bosch2017-11-301-0/+21
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-305-34/+212