summaryrefslogtreecommitdiff
path: root/jstests/core
AgeCommit message (Expand)Author
2020-03-06SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman
2020-01-08SERVER-42631 Blacklist tests that use Mongo.logout() from stepdown suitesJack Mulrow
2019-10-30SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala
2019-10-08SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman
2019-07-31SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala
2019-07-05SERVER-40134 fix bug in distinct() against viewsIan Boros
2019-06-21SERVER-41753 Change indexc.js to use a single dateTed Tuckman
2019-05-03SERVER-30356 Improve error reporting for validationGregory Wlodarek
2019-03-11SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn
2019-03-01SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson
2019-02-19SERVER-38748 Background indexes created through applyOps should run on the co...r3.6.11-rc0Louis Williams
2019-02-01SERVER-38954: Increase query execution time for the test case in max_time_ms....vrachev
2019-01-22SERVER-38275 ban explain with UUIDIan Boros
2018-12-18SERVER-38601 Add regression test for SERVER-35455Charlie Swanson
2018-12-07SERVER-37200 Avoid incorrect $listSessions + $match optimizationCharlie Swanson
2018-12-06SERVER-38164 $or pushdown optimization does not correctly handle $not within ...Bernard Gorman
2018-11-16SERVER-37385 make max_time_ms.js even more robustIan Boros
2018-10-15SERVER-13946 Put skip stages before fetch stages.Justin Seyster
2018-10-12SERVER-37610: Use unique coll name in update_numeric_field_name.js to avoid c...Nick Zolnierz
2018-10-11SERVER-37058: Update with numeric field names inside an array can cause valid...Nick Zolnierz
2018-10-01SERVER-34866 Blacklist/unblacklist tests in secondary_reads_passthroughXiangyu Yao
2018-09-27SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow
2018-09-25SERVER-36944 applyOps uses applyCommand_inlock() for system.indexes insertsBenety Goh
2018-09-25SERVER-36944 add characterization test for applyOps index creationBenety Goh
2018-09-18SERVER-36435 Make ReplSetTest.kDefaultTimeoutMS accessible everywhere.Justin Seyster
2018-09-18SERVER-36435 Increase maxTimeMS timeout in awaitdata_getmore_cmd.js.Justin Seyster
2018-09-17SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch
2018-09-07SERVER-34384 Add passthrough test for secondary readsXiangyu Yao
2018-08-24SERVER-33645 Use bulk inserts in core/splitvector.jsJack Mulrow
2018-08-23SERVER-34846 Forwardize IndexBounds before intersectizing their OILsIan Boros
2018-07-30SERVER-35967 Ban explain() on $sample when storage engine supports random cur...Ian Boros
2018-07-24SERVER-35200 Speed up steady state oplog fetching failure detectionWilliam Schultz
2018-07-03SERVER-34481 Increase robustness of awaitdata_getmore_cmd.jsCharlie Swanson
2018-06-29SERVER-34956 Replace big_object1.js with max_doc_size.jsJames Wahlin
2018-06-21SERVER-34933 tests for PCRE verbs and Unicode optionsKyle Suarez
2018-06-21Revert "SERVER-30986 Prevent invalid regex in RegexMatchExpressions"Kyle Suarez
2018-06-08SERVER-33078 convertToCapped size is not checked for float -> long long overflowDianna Hohensee
2018-05-22SERVER-34851 Disallow index selection for identical min & max values on findJames Wahlin
2018-05-11SERVER-34714 Test an $or with all children always false.Charlie Swanson
2018-05-06SERVER-33287 tag jstests that use commands which return inaccurate results af...Samy Lanka
2018-04-23SERVER-33154 Legacy queries with predicate {query: "foo"} are upconverted inc...David Bartley
2018-03-23SERVER-33854 Avoid accessing invalid memory in applyOpsXiangyu Yao
2018-03-15SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson
2018-03-09SERVER-31999: Race condition in awaitdata_getmore_cmd.jsBernard Gorman
2018-03-02SERVER-33502 Do not use getLastError in parallel suiteCharlie Swanson
2018-03-01SERVER-32241 Make applyOps report failure when a nested applyOps fails.Matthew Russotto
2018-02-12SERVER-33005 Fix planner to avoid incorrect OR pushdown through $elemMatch.David Storch
2018-02-12SERVER-32691 Add write_concern_majority_passthrough_WT task in Evergreen.Max Hirschhorn
2018-02-12SERVER-32691 Add write_concern_majority_passthrough.yml test suite.Max Hirschhorn
2018-02-12SERVER-32522 Clean up {read,write}Concern and readPreference overrides.Max Hirschhorn