summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-03-061-0/+44
* SERVER-42631 Blacklist tests that use Mongo.logout() from stepdown suitesJack Mulrow2020-01-081-0/+1
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-301-0/+10
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-081-0/+49
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-311-0/+93
* SERVER-40134 fix bug in distinct() against viewsIan Boros2019-07-051-1/+29
* SERVER-41753 Change indexc.js to use a single dateTed Tuckman2019-06-211-1/+2
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-05-034-6/+5
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-1176-60/+284
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-03-011-0/+68
* SERVER-38748 Background indexes created through applyOps should run on the co...r3.6.11-rc0Louis Williams2019-02-191-0/+18
* SERVER-38954: Increase query execution time for the test case in max_time_ms....vrachev2019-02-011-2/+3
* SERVER-38275 ban explain with UUIDIan Boros2019-01-221-0/+56
* SERVER-38601 Add regression test for SERVER-35455Charlie Swanson2018-12-181-0/+41
* SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson2018-12-071-0/+7
* SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman2018-12-061-1/+44
* SERVER-37385 make max_time_ms.js even more robustIan Boros2018-11-161-3/+18
* SERVER-13946 Put skip stages before fetch stages.Justin Seyster2018-10-151-0/+63
* 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-34866 Blacklist/unblacklist tests in secondary_reads_passthroughXiangyu Yao2018-10-013-2/+9
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-09-277-13/+41
* SERVER-36944 applyOps uses applyCommand_inlock() for system.indexes insertsBenety Goh2018-09-251-3/+2
* SERVER-36944 add characterization test for applyOps index creationBenety Goh2018-09-251-0/+89
* SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere.Justin Seyster2018-09-181-2/+5
* SERVER-36435 Increase maxTimeMS timeout in awaitdata_getmore_cmd.js.Justin Seyster2018-09-181-2/+1
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-171-0/+25
* SERVER-34384 Add passthrough test for secondary readsXiangyu Yao2018-09-078-8/+32
* SERVER-33645 Use bulk inserts in core/splitvector.jsJack Mulrow2018-08-241-33/+29
* SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros2018-08-231-0/+12
* SERVER-35967 Ban explain() on $sample when storage engine supports random cur...Ian Boros2018-07-301-0/+37
* SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz2018-07-241-18/+48
* SERVER-34481 Increase robustness of awaitdata_getmore_cmd.jsCharlie Swanson2018-07-031-34/+22
* SERVER-34956 Replace big_object1.js with max_doc_size.jsJames Wahlin2018-06-292-108/+70
* SERVER-34933 tests for PCRE verbs and Unicode optionsKyle Suarez2018-06-213-16/+185
* Revert "SERVER-30986 Prevent invalid regex in RegexMatchExpressions"Kyle Suarez2018-06-211-1/+1
* SERVER-33078 convertToCapped size is not checked for float -> long long overflowDianna Hohensee2018-06-081-0/+22
* SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin2018-05-222-103/+142
* SERVER-34714 Test an $or with all children always false.Charlie Swanson2018-05-111-0/+18
* SERVER-33287 tag jstests that use commands which return inaccurate results af...Samy Lanka2018-05-06150-106/+238
* SERVER-33154 Legacy queries with predicate {query: "foo"} are upconverted inc...David Bartley2018-04-231-0/+9
* SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao2018-03-231-0/+10
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-151-7/+11
* SERVER-31999: Race condition in awaitdata_getmore_cmd.jsBernard Gorman2018-03-091-0/+10
* SERVER-33502 Do not use getLastError in parallel suiteCharlie Swanson2018-03-023-23/+23
* SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto2018-03-011-14/+19
* SERVER-33005 Fix planner to avoid incorrect OR pushdown through $elemMatch.David Storch2018-02-121-0/+41
* SERVER-32691 Add write_concern_majority_passthrough_WT task in Evergreen.Max Hirschhorn2018-02-121-1/+9
* SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn2018-02-1222-56/+193
* SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn2018-02-1243-95/+245