summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25889 Collection validation should fail if featureCompatibilityVersion...Tess Avitabile2016-09-072-0/+40
* SERVER-25895 JS Exceptions can overflow BufBuilderMark Benvenuto2016-09-071-0/+16
* SERVER-25978 Do not clear the CollectionShardingState map on stepdownKaloian Manassiev2016-09-071-0/+42
* SERVER-25995 raise timeout in replsets_priority1.jsEric Milkie2016-09-071-1/+1
* SERVER-25742 Disallow per-op collation when featureCompatibilityVersion=3.2Tess Avitabile2016-09-071-0/+198
* SERVER-25975 print oplog on failures in optime.jsJudah Schvimer2016-09-071-0/+2
* SERVER-25526 add views authz tests to auth commands libKyle Suarez2016-09-063-30/+683
* SERVER-25186 check view collation during create/collModKyle Suarez2016-09-061-0/+33
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-063-5/+237
* SERVER-22666 Test that basic sharded cluster upgrade procedure properly makes...Spencer T Brody2016-09-062-2/+142
* SERVER-22666 Cleanup jstests/multiversion/upgrade_cluster.jsSpencer T Brody2016-09-061-35/+43
* SERVER-25887 fix autocomplete for NumberLongMatt Cotter2016-09-061-0/+12
* SERVER-23972 Disallow decimal insertion in legacy write mode when featureComp...Tess Avitabile2016-09-061-6/+2
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-0/+38
* SERVER-25916: disable doc validation for all writes during bulk collection cl...Scott Hernandez2016-09-061-0/+30
* SERVER-25335 use open + fdopen on OSX, and cope with slow program outputKevin Pulo2016-09-061-1/+8
* SERVER-25335 avoid group and other permissions when creating .dbshell history...Kevin Pulo2016-09-061-0/+103
* SERVER-25799 fix skip messages in views_all_commands.jsKyle Suarez2016-09-021-37/+6
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-023-13/+56
* SERVER-25946 extend failover timeout for election_timing.jsBenety Goh2016-09-021-1/+2
* SERVER-25937 Writing to system.views collection should not error when feature...Tess Avitabile2016-09-021-20/+0
* SERVER-7295 check arguments to rename collection helperMatt Cotter2016-09-022-1/+22
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-011-2/+54
* SERVER-25829 Skip killop.js on sharding_jscore_passthrough with mmapv1 storag...Spencer T Brody2016-08-311-0/+9
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-314-4/+58
* SERVER-25902 Ignore noop writes in system_profile.jsMisha Tyulenev2016-08-311-1/+7
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-315-10/+93
* SERVER-25590 fail cleanly if aggregate command 'pipeline' field has wrong typeDavid Storch2016-08-302-1/+24
* SERVER-25811 send collection version with CommitChunkMigration commandDianna Hohensee2016-08-301-0/+15
* SERVER-25824: wait for the set to be stable before adding new roles in auth/u...Scott Hernandez2016-08-301-2/+9
* SERVER-25675 fix collMod type check for view pipelineKyle Suarez2016-08-301-2/+9
* 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