summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23858 move test of $regex with embedded null to appropriate filer3.2.6-rc0r3.2.6David Storch2016-04-211-0/+3
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-211-19/+32
* SERVER-23184 Fix connection_status.js test.Shane Harvey2016-04-141-54/+65
* SERVER-23184 Reduce listCollections privilegesShane Harvey2016-04-141-53/+70
* SERVER-23556 Disable mmapv1 on non-x86 platformsAndrew Morrow2016-04-061-0/+3
* SERVER-21863, SERVER-22767: fix lint errors from recent backports.Ramon Fernandez2016-03-291-8/+19
* SERVER-21863 Prevent map-reduce from inserting >16MB documents.Max Hirschhorn2016-03-291-0/+54
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-2118-46/+46
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-09795-17124/+18835
* SERVER-22332 Move the repl_write_threads_start_param.js JS test from jsCore t...Jonathan Abrahams2016-02-191-38/+0
* SERVER-22597 Fix minor javascript errors found by eslintMike Grundy2016-02-191-1/+2
* SERVER-22237 Add enableSharding role for CloudManagerAndreas Nilsson2016-02-171-2/+2
* SERVER-22341 fix jslint errors in v3.2 that weren't in master with eslint --fixMike Grundy2016-02-161-2/+2
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-16421-2664/+2664
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-292-2/+0
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2016-01-291-2/+2
* SERVER-21528 clean up capped6.jsRobert Guo2016-01-271-94/+89
* SERVER-11983: do not create _id field on capped collection updatesScott Hernandez2016-01-191-2/+14
* SERVER-22109 applyOps should validate database name in index spec when creati...Benety Goh2016-01-141-0/+11
* SERVER-22048 Add index stats test covering multiple potential plan matchJames Wahlin2016-01-131-5/+79
* SERVER-22048 Record index access stats for aggregation and mapReduceJames Wahlin2016-01-131-0/+17
* SERVER-22109 validate index spec namespace in applyOperation_inlockBenety Goh2016-01-121-0/+41
* SERVER-21583 added applyOps test case for creating foreground and background ...Benety Goh2016-01-111-0/+33
* SERVER-17011 add EnsureSorted stageDavid Storch2016-01-111-0/+25
* Revert "SERVER-21583 added applyOps test case for creating foreground and bac...Benety Goh2016-01-071-33/+0
* SERVER-21583 added applyOps test case for creating foreground and background ...Benety Goh2016-01-071-0/+33
* 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