summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38954: Increase query execution time for the test case in max_time_ms....vrachev2019-02-011-2/+3
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-12-201-0/+63
* SERVER-38601 Add regression test for SERVER-35455Charlie Swanson2018-12-201-0/+41
* SERVER-22766 wiredtiger engine support update oplogsize onlinewolfkdy2018-12-071-0/+1
* SERVER-37610: Use unique coll name in update_numeric_field_name.js to avoid c...Nick Zolnierz2018-10-121-1/+1
* SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz2018-10-111-0/+29
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-10-011-18/+48
* SERVER-37333 applyOps builds background indexes in the foregroundBenety Goh2018-10-011-0/+50
* Revert "SERVER-37333 applyOps validates both background and foreground indexe...Benety Goh2018-09-281-50/+0
* SERVER-37333 applyOps validates both background and foreground indexes for sy...Benety Goh2018-09-281-0/+50
* SERVER-36944 applyOps uses applyOperation_inlock() for system.indexes insertsBenety Goh2018-09-251-4/+3
* SERVER-36944 add characterization test for applyOps index creationBenety Goh2018-09-251-0/+58
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-08-231-0/+12
* SERVER-30557 Make max_time_ms.js more robustTess Avitabile2018-05-251-45/+45
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-222-103/+142
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-141-0/+8
* SERVER-28495 FTDC for MongoSMark Benvenuto2018-03-121-24/+2
* SERVER-32241 applyOps reports success even when a nested applyOps fails.Matthew Russotto2018-02-271-0/+10
* SERVER-32691 Add write_concern_majority_passthrough_WT task in Evergreen.Max Hirschhorn2018-02-1421-23/+42
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-02-1419-117/+243
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-02-1443-10/+88
* SERVER-33092 Fix elemMatchProjection.js to always have monotonically increasi...David Storch2018-02-121-13/+37
* SERVER-31437 Fix parsing of host/db connect stringSara Golemon2018-02-011-0/+33
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-121-0/+100
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-11-201-0/+38
* SERVER-30406 Test view catalog invalidation due to renaming to/from system.viewsGeert Bosch2017-11-011-0/+17
* SERVER-30649: Check whether each expression inside of $elemMatch is compatibl...Nick Zolnierz2017-10-302-101/+174
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-262-0/+67
* SERVER-31366 Use filters in getLatestProfilerEntry() to make profile_getmore....David Storch2017-10-091-6/+7
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-10-041-1/+2
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-10-031-0/+15
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-10-021-0/+42
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-10-021-0/+40
* SERVER-30830 applyOps checks if collection/database exists before applying CR...Benety Goh2017-09-282-7/+44
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-261-0/+115
* SERVER-30971: Own "scope" BSONObj in mapReducer3.4.9-rc0r3.4.9Spencer Jackson2017-09-071-3/+3
* SERVER-29299 Add currentOp as parallel op during basicPlus.jsCharlie Swanson2017-07-191-26/+0
* SERVER-28418 make the split command on mongod return a stale version error if...Esha Maharishi2017-06-231-1/+4
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-06-191-0/+13
* SERVER-26848 Exit catchup mode when not syncing more data.Siyuan Zhou2017-06-161-0/+1
* SERVER-28952 Update test for absence of covered plans over multikey indices i...David Storch2017-05-051-3/+6
* SERVER-28952 fix distinct planning for multikey indicesDavid Storch2017-05-051-0/+126
* SERVER-28271 Improve handling of invalid view pipeline defsJames Wahlin2017-04-281-11/+23
* SERVER-26765 move views tests into jsCoreKyle Suarez2017-04-2414-0/+1950
* SERVER-28645 Add unit test and integration test tweaksGeert Bosch2017-04-111-3/+3
* SERVER-28645 Fail operations requiring too many locks, don't crashGeert Bosch2017-04-111-0/+38
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-04-111-3/+1
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-071-0/+10
* SERVER-28546 confirm WiredTiger unindex operations remove the correct documentEric Milkie2017-04-051-1/+17
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-282-46/+76