summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40391 Remove low value explain2.js testMartin Neupauer2019-04-011-32/+0
* SERVER-40373 Reduce race condition in test getlog2Sara Golemon2019-03-291-33/+43
* SERVER-39672 Fix lint.Max Hirschhorn2019-03-271-1/+1
* SERVER-39672: default to local if no read concern specified for a multi-statm...Lingzhi Deng2019-03-271-38/+40
* SERVER-40305 Add logging in max_time_ms.jsCharlie Swanson2019-03-251-0/+4
* SERVER-39619 Blacklist tests asserting on nMatched for multi updates in multi...Jack Mulrow2019-03-212-2/+2
* SERVER-33149 createIndexes fails to report an error when index is not created...Gregory Wlodarek2019-03-203-1/+32
* SERVER-39074 All operations enforce prepare conflicts by defaultLouis Williams2019-03-191-0/+84
* SERVER-15221 Planner sort analysis should not add FETCH stage if sort key inc...James Wahlin2019-03-151-0/+234
* SERVER-40062 Add skipWriteConflictRetries failpoint.Max Hirschhorn2019-03-131-7/+7
* SERVER-39925 change ignoreUnknownSpecFieldNames to ignoreUnknownIndexOptionsGregory Wlodarek2019-03-121-4/+4
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1170-104/+275
* SERVER-39930 transactions_block_ddl.js needs more loggingMatthew Russotto2019-03-111-7/+13
* SERVER-39771 TextMatchExpression crashes instead of serializing in some casesJames Wahlin2019-03-081-103/+85
* SERVER-38493 Enable cURL connection poolingSara Golemon2019-03-021-0/+1
* SERVER-39766 Blacklist plan_cache tests from migration suiteTed Tuckman2019-03-013-0/+6
* SERVER-39697 MatchExpressions regex error at parse time if regex is invalidIan Boros2019-02-282-4/+18
* SERVER-39521 Don't skip _id in ObjWrapper::toBSONJason Carey2019-02-261-0/+47
* SERVER-39669 Support creating index builds with unknown optionsGregory Wlodarek2019-02-251-0/+42
* SERVER-39418 Ban atClusterTime with enableMajorityReadConcern=falseTess Avitabile2019-02-2516-16/+16
* SERVER-39227 Mongos should always re-throw original error in a transactionJack Mulrow2019-02-251-3/+1
* SERVER-39470 Modernize arrayfind8.jsIan Boros2019-02-221-148/+133
* SERVER-38952 Prune redundant index boundArun Banala2019-02-211-0/+25
* SERVER-38949 ban index usage for {$ne: <array>} queriesIan Boros2019-02-141-0/+65
* SERVER-38621 Do not ignore regex options when specified firstEvan Nixon2019-02-121-0/+19
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-123-9/+185
* SERVER-38372 Fix rollback of index drop to update CollectionInfoCache.David Storch2019-02-121-0/+35
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-45/+0
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-113-1/+50
* SERVER-39090 Remove sort7.js and fold coverage into sort_array.jsCharlie Swanson2019-02-082-28/+60
* SERVER-39463 Add logging to plan_cache_shell_helpers.jsTed Tuckman2019-02-081-36/+51
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot if...Jack Mulrow2019-02-082-11/+26
* SERVER-39292 Do not evaluate failpoint twice per operation when multiple opt...jannaerin2019-02-071-0/+22
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-02-061-0/+68
* SERVER-38701 Prohibit two phase index build oplog entries through applyOpsLouis Williams2019-02-061-0/+45
* SERVER-38906 Test readConcern local txn isolationA. Jesse Jiryu Davis2019-02-051-0/+48
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-041-0/+2
* SERVER-39334 Don't run plan_cache_list_plans with balancer onTed Tuckman2019-02-011-0/+3
* SERVER-13779 Allow $not to be applied to $regexJames Wahlin2019-01-311-40/+41
* SERVER-39268 make prepare_conflict.js more robustPavi Vetriselvan2019-01-291-1/+3
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-297-16/+17
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-291-23/+33
* SERVER-38900 Implement JSON Schema parsing for 'encrypt'vrachev2019-01-251-0/+67
* SERVER-39198 modernize distinct_index1.js & assert on write errorJames Wahlin2019-01-251-61/+68
* SERVER-38282 Yield locks for prepared transactions on stepdown.Siyuan Zhou2019-01-241-1/+1
* SERVER-38954 Increase query execution time for the test case in max_time_ms.j...vrachev2019-01-181-2/+3
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-172-2/+11
* SERVER-38748 Background indexes created through applyOps should run on the co...Louis Williams2019-01-161-0/+18
* SERVER-38717 Shell prohibits w: 0 in sessionA. Jesse Jiryu Davis2019-01-154-130/+149
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-155-33/+28