summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-152-4/+107
* SERVER-21852 fix more flakiness in kill_cursors.jsDavid Storch2015-12-111-17/+32
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-111-0/+14
* SERVER-21545 Correctly roll back updating collection optionsCharlie Swanson2015-12-101-0/+23
* SERVER-21852 fix test issue that can cause kill_cursors.js to fail under mast...David Storch2015-12-101-1/+4
* SERVER-21786 increase test coverage of the s/query directoryDavid Storch2015-12-102-0/+24
* SERVER-21796 fix startup_log.js for new versioning schemeJonathan Reams2015-12-091-3/+4
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-091-0/+137
* SERVER-21726 do not log no-op updates in all cases, not just for inplace-supp...Eric Milkie2015-12-021-14/+12
* SERVER-21735 remove flaky assertions from objid6.jsDavid Storch2015-12-021-14/+8
* SERVER-21690 TextOrStage should fetch doc when RecordId first observedJason Rassi2015-12-011-2/+1
* SERVER-21387 bench_test_crud_commands.js: move out of core suiteJason Rassi2015-11-241-69/+0
* SERVER-21387 bench_test_crud_commands.js: ensure collection existsJason Rassi2015-11-241-0/+2
* SERVER-21361 Fix JS function body parsingJonathan Reams2015-11-191-3/+6
* SERVER-21491 Add input validation for 2dsphere index creationRobert Guo2015-11-191-1/+11
* SERVER-21489 enableSharding should return error if sharding is already enabledKaloian Manassiev2015-11-182-76/+88
* SERVER-21488 insert into indexed capped collections one-at-a-timeMathias Stearn2015-11-171-0/+24
* SERVER-21403 make SortedDataInterface::Cursor implementations for unique indi...David Storch2015-11-171-0/+53
* SERVER-20941 Update v8-specific code and comments in JS testsKamran Khan2015-11-138-55/+43
* SERVER-20257 Support readConcern in count command shell helperJonathan Reams2015-11-121-1/+1
* SERVER-21276: Fix various issues with topMartin Bligh2015-11-111-7/+5
* SERVER-19519 Disallow creating an index with key '_fts'Charlie Swanson2015-11-111-0/+8
* SERVER-21376 Fill in 'rejectedPlans' field of explain for relevant verbositiesCharlie Swanson2015-11-111-3/+26
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-2/+5
* SERVER-21371 find_and_modify_concurrent_update.js join() is called after readMike Grundy2015-11-101-2/+1
* SERVER-21346 Add jstest for bypassDocumentValidationDan Pasette2015-11-081-0/+108
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-0/+12
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+45
* SERVER-21242: Add an initial drop to jstests/core/collection_info_cache_race.jsDavid Hows2015-11-041-1/+2
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-303-4/+19
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-301-0/+10
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-309-55/+65
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-291-10/+0
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-281-0/+10
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-0/+3
* SERVER-19614 Use stack bounds to limit JS recursionAndrew Morrow2015-10-271-43/+38
* SERVER-21111 bench_test_crud_commands.js log addl. failure diagnosticsJason Rassi2015-10-261-3/+3
* SERVER-21093: Make ordered bulk insert operation error out properlyMartin Bligh2015-10-261-0/+16
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-221-0/+5
* SERVER-8246 Add instanceof support for MinKey/MaxKeyJonathan Reams2015-10-201-0/+18
* SERVER-20880 Add "readCmd" option to benchRun find/findOne operationsJason Rassi2015-10-202-37/+67
* SERVER-19906: verify() failure when text index on "_fts" has weights set to e...Mark Benvenuto2015-10-151-0/+9
* SERVER-20367 Remove references to geoWalk commandJudah Schvimer2015-10-151-13/+0
* SERVER-18622 listCollections should special case filtering by nameCharlie Swanson2015-10-132-14/+82
* SERVER-20849 Ensure explain output is actually computed during testCharlie Swanson2015-10-131-3/+3
* SERVER-19614 Temporarily disable JS recursion depth protectionsAndrew Morrow2015-10-131-38/+43
* SERVER-20849 Use correct stats object when explaining a MutliPlanStageCharlie Swanson2015-10-131-0/+59
* SERVER-20529: Prevent size changes in capped updatesGeert Bosch2015-10-091-0/+18
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-61/+80
* SERVER-20707 Add --enableMajorityReadConcern optionMathias Stearn2015-10-081-11/+0