summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-27711 Allow maxTimeMS option for createIndexes commandJames Wahlin2017-03-281-0/+4
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsr3.4.3-rc0Maria van Keulen2017-03-061-17/+45
* SERVER-27996 Invalidate stale system.namespaces record IDsMaria van Keulen2017-03-061-0/+45
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-03-061-15/+30
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-03-032-2/+29
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2017-03-011-2/+63
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-171-0/+8
* SERVER-24963 Fix invalidation of cursors on system.indexesGeert Bosch2017-02-031-0/+22
* SERVER-26317 Increase benchRun seconds for flaky testsCharlie Swanson2017-01-241-1/+0
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-191-0/+40
* SERVER-27649 $elemMatch serialization $regex supportJames Wahlin2017-01-191-6/+30
* SERVER-27576 Fix quit() in shell and all the tests that depend on itJonathan Reams2017-01-181-1/+1
* SERVER-27289 fix ConnectionString parsing in shellMatt Cotter2017-01-181-33/+12
* SERVER-27465 rewrite killop.js using setYieldAllLocksHang failpointJames Wahlin2017-01-181-86/+0
* SERVER-25286 rewrite drop2.js to not depend on count scan yield behaviorKyle Suarez2017-01-182-57/+55
* SERVER-27525 Use test-specific database to test convertToCapped with collationTess Avitabile2017-01-172-26/+28
* SERVER-27175 Improve performance of planSummary string generationJames Wahlin2017-01-099-12/+12
* SERVER-27042 Stabilize currentop.js and add unit tests for lock state reportingCharlie Swanson2016-12-222-83/+34
* Revert "SERVER-27042 Stabilize currentop.js and add unit tests for lock state...Charlie Swanson2016-12-132-34/+83
* SERVER-27042 Stabilize currentop.js and add unit tests for lock state reportingCharlie Swanson2016-12-132-83/+34
* SERVER-27246 fix atomic applyOps with nonexistent dbsEric Milkie2016-12-051-0/+10
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-173-40/+57
* SERVER-26065 Write more generic optime comparator functionRandolph Tan2016-11-091-0/+34
* SERVER-26672 Generate exact bounds for timestamps in index bounds builderMarko Vojvodic2016-11-072-0/+159