summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13960 bug fixes for OR with inexact predicatesDavid Storch2014-06-011-0/+227
* SERVER-14064 provide planSummary for slow count commandsDavid Storch2014-05-301-0/+47
* SERVER-13675 do not cache plans if there is a tieDan Pasette2014-05-247-434/+473
* SERVER-13603 Move option testing support code into shared test helperShaun Verch2014-05-161-0/+6
* SERVER-13337 lite parsed query should set _showDiskLocDavid Storch2014-05-151-0/+5
* SERVER-13687 fix plan enumeration for compound multikey 2d or 2dsphere indicesDavid Storch2014-05-151-0/+72
* SERVER-13715 fix use of auto_ptr after release in subplan runnerDavid Storch2014-05-151-0/+22
* SERVER-13750 prevent invariant failure when ConvertToCappeding a nonexistent ...matt dannenberg2014-05-151-0/+9
* SERVER-13769 QueryPlanner::plan() has to clear tags from query treeJason Rassi2014-05-151-0/+58
* SERVER-13769 geo_distinct.js: rewrite, add test casesJason Rassi2014-05-151-8/+42
* SERVER-13666 check that lat/lng are in bounds for near queries even if point ...Hari Khalsa2014-04-211-0/+3
* SERVER-13664 never detach filters from inside elemMatch objectDavid Storch2014-04-211-0/+26
* SERVER-13441 getUser and getRole shell helpers shouldn't throw when user/role...Spencer T Brody2014-04-162-5/+5
* SERVER-13577 geo_borders.js immediately catches own assertionsGreg Studer2014-04-161-20/+15
* SERVER-13503 disallow $where under $elemMatch valueBenety Goh2014-04-161-0/+11
* SERVER-13540 take CRS into account for output distances as well as inputGreg Studer2014-04-161-0/+66
* SERVER-13566 oplog start stage uses only 'ts' field as a filterDavid Storch2014-04-151-0/+45
* SERVER-13562 limit and skip stages no longer return eof without calling work(...David Storch2014-04-151-0/+63
* SERVER-13537 better handle numerical overflow of large limit valuesDavid Storch2014-04-141-2/+18
* SERVER-13516 When failing to bulk right copy don't access rep after resolvingAndrew Morrow2014-04-091-0/+20
* SERVER-13066 allow negations to use multikey indicesDavid Storch2014-04-091-0/+19
* SERVER-12550: insert has 3 phases:Eliot Horowitz2014-03-301-8/+12
* SERVER-13379 jstests that start servers can't live in coreMatt Kangas2014-03-293-387/+0
* SERVER-13379 Canonicalize profile as operationProfiling.modeShaun Verch2014-03-281-0/+75
* SERVER-13379 Canonicalize logpath as systemLog.destination and systemLog.pathShaun Verch2014-03-281-1/+28
* SERVER-13379 Canonicalize verbose and v options as systemLog.verbosityShaun Verch2014-03-281-0/+100
* SERVER-13379 Canonicalize nounixsocket as net.unixDomainSocket.enabledShaun Verch2014-03-281-0/+39
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-281-1/+76
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-281-0/+71
* SERVER-13386 Move tests with getPrevError to gle test suiteSiyuan Zhou2014-03-281-0/+31
* Revert "SERVER-13386 Move tests with getPrevError to gle test suite."Siyuan Zhou2014-03-281-31/+0
* SERVER-13383 validateKeyPattern reject patterns w/ multiple pluginsJason Rassi2014-03-271-0/+62
* SERVER-13389 Migrate assert.gleXXX in jscore test suiteSiyuan Zhou2014-03-273-72/+78
* SERVER-13205 fix merging of special leaf nodes in access plannerDavid Storch2014-03-271-0/+23
* SERVER-13386 Move tests with getPrevError to gle test suite.Siyuan Zhou2014-03-271-0/+31
* SERVER-13373 - The insert ordered option is reversed in the shellScott Hernandez2014-03-271-2/+8
* Fix tests in jstests/core that use duplicate collection namesMathias Stearn2014-03-263-7/+7
* SERVER-12127 Migrate js tests added recentlySiyuan Zhou2014-03-262-0/+35
* SERVER-2322 use correct collection name in testMathias Stearn2014-03-261-1/+1
* SERVER-13297: convert parallel suite to use jsCore testsScott Hernandez2014-03-252-4/+20
* SERVER-13334 fix maxTimeMS shell helper with countDan Pasette2014-03-251-0/+9
* Apply fix to bench_test3.js to jsCore versionSpencer T Brody2014-03-241-1/+2
* SERVER-13305 fix test for small_oplogEric Milkie2014-03-211-14/+16
* SERVER-12438 better handling of batchSize and limit with sortDavid Storch2014-03-201-6/+36
* BF-195 modified non-terminating map reduce function to sleep instead of spinningBenety Goh2014-03-201-9/+42
* SERVER-13163/SERVER-13165 Refactor implementation of insert write command in ...Andy Schwerin2014-03-191-7/+1
* SERVER-13271 don't forget to fix test in jscore as wellHari Khalsa2014-03-191-1/+1
* SERVER-13210: include nModified for all mongod write commandsScott Hernandez2014-03-182-4/+4
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-1826-89/+64
* SERVER-13257 remove shellspawn.js from jstestshawka2014-03-181-33/+0