summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25377 check type of ixscan 'name' field in stageDebug commandDavid Storch2016-08-291-0/+11
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-292-8/+20
* SERVER-25855 Increase timeout in mongos_cache_invalidation.jsAndreas Nilsson2016-08-291-3/+3
* SERVER-24470 CommitChunkMigration command checks that the balancer still has ...Dianna Hohensee2016-08-292-23/+39
* SERVER-25854 Change count() to itcount() to fix test failure by engaging shar...Spencer T Brody2016-08-291-1/+1
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-2/+2
* SERVER-25798 return appropriate views error when validating a viewKyle Suarez2016-08-291-1/+1
* SERVER-23892 Do periodic replicated writes while idleMisha Tyulenev2016-08-263-8/+5
* SERVER-25071 Flush data replication queue as part of clean shutdownMathias Stearn2016-08-262-3/+9
* SERVER-25677 Clear cached clusterId if config.version document is rolled back.Spencer T Brody2016-08-263-1/+98
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-2/+66
* SERVER-25618: do not report progress during m/s initial syncScott Hernandez2016-08-261-0/+21
* Add failure logging for optime.jsScott Hernandez2016-08-261-0/+2
* SERVER-25812 don't run compact on ephemeral storage engines in testsKyle Suarez2016-08-261-2/+7
* SERVER-25802 DurableViewCatalog::iterate must check pipelineKyle Suarez2016-08-261-79/+101
* SERVER-25813 Make shard_identity_rollback.js require journalingSpencer T Brody2016-08-251-4/+4
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-253-7/+34
* SERVER-24248 Run multiversion tests with different storage enginesJonathan Abrahams2016-08-2514-28/+72
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-251-84/+128
* SERVER-25768 skip hooks in fuzzer suites when invalid views presentKyle Suarez2016-08-241-0/+6
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-0/+90
* SERVER-25739 set_feature_compatibility_version.js should not use 3.4 mongos t...Tess Avitabile2016-08-241-39/+36
* SERVER-24764 Support for cluster admin commands on viewsJames Wahlin2016-08-243-22/+90
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-241-0/+65
* SERVER-22671 adding migration status to serverStatus' sharding sectionDianna Hohensee2016-08-241-0/+76
* SERVER-25766 Switch to using 'stopOplogFetcher' failpoint in shard_identity_r...Spencer T Brody2016-08-241-2/+2
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-0/+2
* SERVER-7200 Write oplog entries on secondaries before applyingMathias Stearn2016-08-233-11/+16
* SERVER-25647 Add client_metadata logging testsMark Benvenuto2016-08-232-0/+81
* SERVER-25712 Enforce the sync source in catchup.jsSiyuan Zhou2016-08-221-0/+1
* SERVER-25514 Prevent a v3.4 mongos from being used to add a v3.2 shardSpencer T Brody2016-08-222-2/+48
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-222-1/+18
* SERVER-24125 Write test that converts existing replica set to a sharded clust...Randolph Tan2016-08-201-0/+116
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-1910-30/+345
* SERVER-21168 Update top on database dropKevin Albertson2016-08-191-0/+35
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-191-2/+2
* SERVER-25676 Change name of replica set in create_index_gle.js to avoid bug.Andy Schwerin2016-08-191-0/+1
* SERVER-25585 Delete ClientCursors without holding _mutex to avoid hang.Max Hirschhorn2016-08-191-0/+90
* SERVER-25439 Modernize jstests/aggregation/bugs/server5209.jsCharlie Swanson2016-08-192-15/+25
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-192-2/+25
* SERVER-24401 allow DISTINCT_SCAN plans over collator comparison keysDavid Storch2016-08-181-0/+21
* Revert "SERVER-24248 Run multiversion tests with different storage engines"Jonathan Abrahams2016-08-1814-72/+28
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-183-52/+227
* SERVER-23476: re-enable resync testsScott Hernandez2016-08-184-29/+114
* SERVER-24248 Run multiversion tests with different storage enginesJonathan Abrahams2016-08-1814-28/+72
* SERVER-24852 Add means to interrupt the sharding balancerKaloian Manassiev2016-08-172-0/+54
* SERVER-25082 Allow x509 authentication without user/subject fieldHai-Kinh Hoang2016-08-171-1/+7
* SERVER-23478 Move server status metrics from OplogReader and BackgroundSync t...Judah Schvimer2016-08-171-2/+1
* SERVER-25492 mongod gracefully handles invalid views on startupKyle Suarez2016-08-171-0/+34
* SERVER-23476: move dbhash checks into replsettestScott Hernandez2016-08-164-288/+10