summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12621 fix flaky auth_repl.js testAmalia Hawkins2014-05-231-1/+1
* SERVER-13865 disable multiversion test until backportGreg Studer2014-05-231-0/+3
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-05-232-1/+51
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-2241-297/+320
* SERVER-13912 Capped collections with size=0 are promoted to the minimum Exten...Mathias Stearn2014-05-221-0/+10
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-227-492/+473
* SERVER-13519 benchRun doesn't pass through correct documents.Davide Italiano2014-05-221-0/+77
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-2220-33/+33
* SERVER-14025 Fix race condition in mongos_cache_invalidation.jsSpencer T Brody2014-05-211-2/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-192-1/+5
* SERVER-13822 check for replSet pointer in resync commandEric Milkie2014-05-191-5/+4
* SERVER-13707 simplify tojsonObjectBenety Goh2014-05-161-0/+25
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-161-5/+5
* SERVER-13954 Add scriptingEnabled option to YAML configShaun Verch2014-05-163-0/+53
* SERVER-13439 Do not fall through Switch case to Bool case in options conversionShaun Verch2014-05-155-8/+61
* SERVER-13385 relax merge chunk constraintsRandolph Tan2014-05-152-65/+20
* fixRandolph Tan2014-05-151-1/+1
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-15116-1350/+1189
* SERVER-13091 add (latest,2.6) test cases to oplog_entries_from_updates.jsBenety Goh2014-05-151-0/+3
* SERVER-13804 add necessary privilege to the built-in restore roleAmalia Hawkins2014-05-141-40/+79
* SERVER-11980 Only invalidate the user cache on mongos if authorization inform...Spencer T Brody2014-05-141-20/+18
* SERVER-13850 Make sure cache entry is up to date before using it to update a ...Spencer T Brody2014-05-141-4/+32
* SERVER-13337 lite parsed query should set _showDiskLocDavid Storch2014-05-141-0/+5
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-132-0/+12
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-1328-2/+315
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-136-0/+22
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-131-3/+3
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-1216-18/+27
* SERVER-13715 fix use of auto_ptr after release in subplan runnerDavid Storch2014-05-091-0/+22
* BF-312 ensure node 0 will be primary in sync_passive.jsmatt dannenberg2014-05-071-1/+2
* BF-311 rework slaveDelay2.js to be more stable and straight forwardmatt dannenberg2014-05-071-59/+49
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-06116-1189/+1350
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-06116-1350/+1189
* Improve debugging for test failureMathias Stearn2014-05-061-0/+1
* SERVER-13812 Add test case of GLE for unsupportedSiyuan Zhou2014-05-061-0/+24
* SERVER-13840 extend getMaster() timeout in stepdown2.js to cope with election...matt dannenberg2014-05-061-3/+2
* SERVER-13839 circumvent reconfig in sync2.jsmatt dannenberg2014-05-061-17/+13
* SERVER-13638: remove system flags from NamespaceDetailsEliot Horowitz2014-05-051-0/+4
* SERVER-13582 another attempt to fix server6733.jsmatt dannenberg2014-05-021-3/+7
* SERVER-13816 Temporarily disable balancer in auto2.jsRandolph Tan2014-05-021-1/+6
* SERVER-13769 QueryPlanner::plan() has to clear tags from query treeJason Rassi2014-05-011-0/+58
* SERVER-13769 geo_distinct.js: rewrite, add test casesJason Rassi2014-05-011-8/+42
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-012-11/+6
* SERVER-13091 fix oplog_entries_from_updates.js to use 2.6 instead of latestmatt dannenberg2014-05-011-2/+2
* SERVER-13799 Increase timeout waiting for user to replicate in sharding/auth....Spencer T Brody2014-05-011-2/+2
* SERVER-13687 fix plan enumeration for compound multikey 2d or 2dsphere indicesDavid Storch2014-05-011-0/+72
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-011-7/+33
* SERVER-13767 add special case NaN handling in matcher and index bounds builderDavid Storch2014-05-011-0/+53
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-011-1/+0
* SERVER-13799 Wait for balancer in sharding/auth.js testSpencer T Brody2014-04-301-7/+14