summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20099 strip field names from startKey and endKey parameters to the ixs...David Storch2015-08-252-8/+8
* SERVER-19308 add test coverage for the 'listCommands' commandMargaret Stephenson2015-08-181-0/+27
* SERVER-19569 disable testsDavid Storch2015-08-173-121/+146
* SERVER-19833 do not override db variable in core testsEric Milkie2015-08-171-4/+3
* SERVER 10160 generate symbolic JS constants for ErrorCodesCalvin Chan2015-08-171-2/+2
* SERVER-19833 Error out when attempting to do committed reads on non-supported...matt dannenberg2015-08-171-0/+12
* SERVER-19674 Change S2 fatal error to warningKevin Albertson2015-08-141-0/+14
* SERVER-19810 rewrite pseudocommands to run on the admin databaseAdam Midvidy2015-08-131-0/+7
* CAP-2451 Added distance check and 2dsphere tests to tests involving GeoNearRa...Brandon Zhang2015-08-122-3/+47
* SERVER-19570 Issue kill against find command cursors in shell when cursor obj...Qingyang Chen2015-08-122-6/+4
* SERVER-15020 Added missing explain stats for distinct commandQingyang Chen2015-08-111-0/+11
* SERVER-19557 Add text index v3Adam Chelminski2015-08-115-0/+180
* SERVER-10152 SERVER-9686 Validate arguments to BinData/HexData constructorsJonathan Reams2015-08-111-24/+18
* SERVER-19814 add compare() method to NumberLong, and use it in shell's implem...David Storch2015-08-101-0/+29
* SERVER-19838 Remove member DeleteStageParams::shouldCallLogOpJason Rassi2015-08-101-2/+2
* SERVER-18879 Add indexOptionDefaults to CollectionOptions.Max Hirschhorn2015-08-061-0/+49
* SERVER-19593 snapshot default to collscan except when using MMAPv1Qingyang Chen2015-08-061-2/+0
* SERVER-19776 wrap rawMongoProgramOutput in assert.soon in repl_write_threads_...matt dannenberg2015-08-051-4/+6
* SERVER-15344 Make replWriter thread pool size tunablematt dannenberg2015-08-041-0/+36
* SERVER-17953 Implement Driver CRUD API Spec in shellChristian Kvalheim2015-08-041-0/+775
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-313-2/+103
* SERVER-9973 Allow creating NumberLong from anything that supports toNumberJonathan Reams2015-07-301-0/+8
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-281-4/+4
* SERVER-17544 update tests depending on OP_QUERY/OP_GET_MORE specific behaviorDavid Storch2015-07-284-13/+15
* Revert "SERVER-19528 Change validationState to validationAction"Dan Pasette2015-07-281-4/+4
* SERVER-19528 Change validationState to validationActionDan Pasette2015-07-271-4/+4
* SERVER-19570 disable testsDavid Storch2015-07-272-4/+6
* SERVER-19566 disable testsDavid Storch2015-07-273-19/+29
* SERVER-19564: RollbackMartin Bligh2015-07-271-1/+1
* SERVER-19564: Make benchRun use insertMultiMartin Bligh2015-07-271-0/+37
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-239-44/+27
* SERVER-17895 Remove clearing plan cache after 1000 write opsQingyang Chen2015-07-231-16/+3
* SERVER-19513 move functional test to noPassthroughWithMongodDan Pasette2015-07-221-26/+0
* SERVER-19504 Remove indexStats command artifactsJames Wahlin2015-07-221-90/+0
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-221-0/+26
* SERVER-18982: do inserts as inserts in replicationScott Hernandez2015-07-202-3/+29
* SERVER-19205 change all ReadAfterOpTime objects to be ReadConcern objectsmatt dannenberg2015-07-191-1/+1
* SERVER-19097 Add version 3 to 2dsphere indexKevin Albertson2015-07-171-3/+3
* SERVER-19426 Validate "o" field for applyOps command operations.J Delaney2015-07-161-0/+16
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-143-7/+5
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+150
* SERVER-19144 SERVER-19145 add states and levels to doc validationEliot Horowitz2015-07-131-0/+62
* SERVER-19325 Remove duplicate properties from objects in JS testsJ Delaney2015-07-093-5/+3
* SERVER-19326 Remove local variable deletions in JS testsJ Delaney2015-07-091-2/+0
* SERVER-18770 SERVER-18768 fix opcounters_write_cmd.jsDavid Storch2015-07-091-6/+4
* SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski2015-07-091-0/+3
* SERVER-19292 Change const to var in jstestsJ Delaney2015-07-071-2/+2
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-239-54/+65
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-231-33/+0
* SERVER-18180 Partial index jstests: style, explain() instead of hint()Jason Rassi2015-06-234-28/+102