summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10313: uassert if null char in js field namesScott Hernandez2013-07-241-0/+8
* Increase verbosity for SERVER-10206Randolph Tan2013-07-241-1/+1
* SERVER-8748: make test more robustScott Hernandez2013-07-231-4/+5
* Add sort with large limit case to SERVER-9444 testMathias Stearn2013-07-221-0/+4
* SERVER-9365 make forced halfway split work with chunks with many docsGreg Studer2013-07-225-5/+135
* SERVER-8748: only consider electable members during stepdownScott Hernandez2013-07-221-0/+37
* Fixup 'breaking changes' testsScott Hernandez2013-07-223-27/+13
* SERVER-9811 Better error for query on the $cmd namespace without a limit of 1Randolph Tan2013-07-221-0/+25
* Enhance SERVER-9444 test to use cursorsMathias Stearn2013-07-221-8/+6
* SERVER-6296 Batch fetching in DocumentSourceCursorMathias Stearn2013-07-221-1/+1
* SERVER-7175: reduce padding on inplace updatesScott Hernandez2013-07-221-33/+34
* Revert "Revert "SERVER-6071 use command on local.slaves instead of cursor""matt dannenberg2013-07-227-5/+1209
* Revert "SERVER-9365 make forced halfway split work with chunks with many docs"Greg Studer2013-07-201-60/+0
* SERVER-9365 make forced halfway split work with chunks with many docsGreg Studer2013-07-191-0/+60
* SERVER-10060 check uniqueness of _id before migration upsertsUbuntu2013-07-191-0/+46
* SERVER-10026 SERVER-10192 SERVER-1205 sorting stagesHari Khalsa2013-07-192-0/+66
* SERVER-10249 SERVER-10250 Fix validate_user_document.js to pass now that dire...Spencer T Brody2013-07-181-8/+15
* SERVER-10125 stepdown.js failing on buildbot-special V2.4 Linux 64-bit Subscr...Randolph Tan2013-07-181-2/+2
* SERVER-6399 Reject non-object entries in $each in $push with $sortAndrew Morrow2013-07-181-0/+9
* SERVER-10247 Correctly check access denied failure in sharding/features3.jsAndy Schwerin2013-07-181-1/+1
* SERVER-1891 Fix test broken by commit 0eb227c15841da86dbf9d21e7e593c7659040963.Andy Schwerin2013-07-171-3/+3
* SERVER-6246 Forbid direct inserts and updates to system.users collections whe...Spencer T Brody2013-07-172-9/+15
* SERVER-10026 collection scanHari Khalsa2013-07-171-0/+43
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-175-14/+21
* SERVER-10128 More descriptive failure message in killop.js when assert.soon f...Andy Schwerin2013-07-151-23/+39
* SERVER-6399 Fix update_serOnInsert.js test under new update framework.Alberto Lerner2013-07-151-2/+2
* SERVER-10127 Add extra assert to catch incomplete initial data earlier in sha...Spencer T Brody2013-07-121-0/+2
* SERVER-9675 disable tests that depend on fair lock schedulerMatt Kangas2013-07-122-0/+7
* SERVER-10103 avoid hitting socket exception in the shellEric Milkie2013-07-121-0/+3
* Remove unnecessary and broken portion of testMathias Stearn2013-07-121-16/+0
* SERVER-10103 add debugging outputEric Milkie2013-07-121-1/+3
* Revert "SERVER-6071 use command on local.slaves instead of cursor"Eric Milkie2013-07-127-1209/+5
* SERVER-10138 Temporary fix for auth_repl.js failureRandolph Tan2013-07-121-0/+2
* SERVER-10096 need to have a separate mongod to ensure our stats are correctGreg Studer2013-07-121-0/+7
* Extra debugging for jstests/dropdb.jsMathias Stearn2013-07-111-3/+12
* SERVER-10105 replReads.js failing on Nightly Linux RHEL 64-bitRandolph Tan2013-07-111-1/+6
* SERVER-10104 make mr_drop.js more likely to workHari Khalsa2013-07-111-3/+3
* Fix slownightly failureMathias Stearn2013-07-112-2/+0
* SERVER-10183: fix replsets/maintenance.js test for new exception from getmore...Scott Hernandez2013-07-111-9/+11
* SERVER-10175 buildbot v2.4 index1.js failure run GLE after inserts to make su...Greg Studer2013-07-111-0/+1
* SERVER-5932 Aggregation returning a cursorMathias Stearn2013-07-102-1/+112
* SERVER-10134 Report errors during GetMore processingMathias Stearn2013-07-102-0/+34
* Add user-facing option for SERVER-9444: Using disk storage for $sort and $groupMathias Stearn2013-07-101-0/+56
* Enable test for SERVER-4534Mathias Stearn2013-07-101-3/+5
* SERVER-9444 Make $group use Sorter when results don't fit in memoryMathias Stearn2013-07-101-2/+7
* Revert "SERVER-1891 Consolidate command authorization checking logic."Andy Schwerin2013-07-105-21/+14
* SERVER-9395 Implement $minDistance for geoNear commandA. Jesse Jiryu Davis2013-07-102-0/+457
* SERVER-1891 Consolidate command authorization checking logic.Andy Schwerin2013-07-105-14/+21
* SERVER-9583 Factor out dealing with prepending the new keyword in constructor...Shaun Verch2013-07-091-78/+19
* SERVER-9583 Disallow no argument case in BinData and check subtype in HexDataShaun Verch2013-07-091-9/+152