summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)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 ↵Bernard Gorman2017-12-161-2/+30
| | | | RouterStagePipeline is optimized out on mongoS
* 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
| | | | | | | | We left the deleted update system in 3.6 to support upgrades from 3.4, but newer versions will always use the new UpdateNode update system. Fun fact: this commit deletes more lines than were inserted by the previous 100 commits.
* 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
| | | | | | | | | | | | Before this change, a {$rename: {from: "to"}} would check to see if the "from" and "to" values were identical, allowing it to elide the {$set: {to: <value-of-from-field>}} portion of the oplog update entry. The equality check we used was not exact, however, resulting in potentially incorrect results from $rename in edge cases. We could use a precise equality check, but it's more expensive. More likely than not, it's cheaper to just include the $set in the oplog update for every $rename, so that's what we do now.
* 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
| | | | This includes removing the copydbgetnonce command entirely.
* 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
| | | | | | Removes checks for featureCompatibilityVersion "3.4" related to query features in the view catalog, aggregation document sources, and the create and collMod commands.
* 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
| | | | of ExceededTimeLimit
* 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 ↵Matthew Russotto2017-12-081-0/+2
| | | | requiring persistence
* 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 ↵Jack Mulrow2017-12-073-24/+296
| | | | stepdowns
* SERVER-31194 Add jscore tags for ↵Jack Mulrow2017-12-07325-91/+537
| | | | | | retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit.
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that ↵Matthew Russotto2017-12-072-0/+22
| | | | don't hold up in secondary read passthrough
* SERVER-32048 Ensure updates that implicitly create an array element generate ↵Tess Avitabile2017-12-061-0/+94
| | | | new null index keys
* SERVER-32167 do a second majority write before committed read in ↵Judah Schvimer2017-12-061-0/+4
| | | | read_committed_after_rollback.js
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded ↵Bernard Gorman2017-12-061-15/+35
| | | | collections that become sharded
* 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 ↵Esha Maharishi2017-12-056-16/+19
| | | | collection in config.cache.collections
* SERVER-32136 initial_sync_drop_collection.js should wait for system to ↵Matthew Russotto2017-12-051-2/+6
| | | | stabilize after restarting node.
* SERVER-31864 applyOps command with UUID containing op must require granular ↵Xiangyu Yao2017-12-041-2/+327
| | | | privileges
* 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 ↵Nick Zolnierz2017-12-021-0/+181
| | | | doesn't know the collection is sharded
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-011-55/+18
|
* SERVER-30671 Don't expect operationTime to not change in ↵Jack Mulrow2017-12-011-4/+1
| | | | causal_consistency_shell_support.js
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' ↵David Storch2017-12-014-13/+112
| | | | field.
* SERVER-31651 Relax geoNear command requirement to specify spherical=true for ↵David Storch2017-12-011-3/+4
| | | | 2dsphere index.
* 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 ↵Xiangyu Yao2017-11-301-0/+17
| | | | createCollectionForApplyOps logic
* 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
|