summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56786 expand the bounds parameter of mergeChunk in the config serverPaolo Polato2021-06-111-0/+1
* SERVER-57053 Split CanonicalQuery validation on pre- and post-normalizationAnton Korshunov2021-06-081-5/+16
* SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predi...Andrii Dobroshynski2021-06-022-9/+60
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than ...Mindaugas Malinauskas2021-05-261-73/+301
* SERVER-53447 Blacklist insert1.js with from transaction passthrough tests wit...Matthew Russotto2021-05-111-1/+1
* SERVER-52953 $geoNear does not always match coordinate given to 'near' when m...Mihai Andrei2021-03-091-0/+51
* SERVER-53234 jstests/core/profile2.js fails when background operations are ru...Mindaugas Malinauskas2021-01-081-34/+28
* SERVER-48742 Modified 4.4 backport to remove dependence on structured loggingJames Wahlin2020-12-101-8/+8
* SERVER-48742 Log changes to profiler settingsAndrii Dobroshynskyi2020-12-101-9/+37
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-101-0/+58
* SERVER-52618James Wahlin2020-12-081-0/+93
* SERVER-52975 Fix use of 'onRollback' callback for collection validator option...Mihai Andrei2020-11-301-3/+36
* SERVER-32960 Make $mod truncate float values consistently and use long long f...Nikita Lapkov2020-11-193-34/+208
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-17/+17
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-231-19/+31
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-10-212-0/+18
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-10-132-0/+157
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-042-203/+475
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-09-301-0/+49
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-09-181-0/+41
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-111-0/+21
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-09-101-8/+12
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-09-101-2/+4
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-102-0/+2
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-09-103-42/+58
* SERVER-26726 Check number of arguments for createIndex, createIndexes and ens...Nikita Lapkov2020-09-091-0/+29
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-08-261-0/+18
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-08-071-2/+8
* SERVER-48244 remove shell-side explain string validationHirday Gupta2020-08-052-8/+15
* SERVER-50039 Timing error in dbadmin.js testA. Jesse Jiryu Davis2020-08-041-1/+1
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-08-041-0/+203
* SERVER-33229 Blacklist tests that use startParallelShell from failover core s...Jack Mulrow2020-07-1619-1/+25
* SERVER-45233 Include the empty array in the comparison with index testTed Tuckman2020-07-152-1/+12
* SERVER-45233 Indexed array inequality fixed to use correct boundsTed Tuckman2020-07-153-3/+194
* SERVER-35921 Make IXSCAN use the proper MinKey/MaxKey bounds on LT and GTMisha Ivkov2020-07-153-5/+2
* SERVER-47195 Allow configuring failCommand failpoint to activate only for a g...Spencer T Brody2020-06-171-3/+34
* SERVER-41070 Add blockConnection mode to failCommandCheahuychou Mao2020-06-171-0/+47
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-161-0/+15
* SERVER-48369 Fix prepare_conflict.js to use write concern majority when creat...Samy Lanka2020-06-021-1/+5
* SERVER-47773 Error consistently when tailable cursors and $near are used toge...Drew Paroski2020-05-271-0/+25
* SERVER-47798 ismaster.js tests should ensure ismaster field is a booleanPavi Vetriselvan2020-05-261-1/+4
* SERVER-47994 Fix for numerical overflow in GeoHashSvilen Mihaylov2020-05-211-0/+51
* SERVER-45514 Reject document validators with encryption-related keywords if t...Nick Zolnierz2020-05-061-0/+98
* SERVER-47462 remove setIndexCommitQuorum commandBenety Goh2020-04-231-1/+0
* SERVER-43011 Add optional namespace restriction to failCommand failpointJack Mulrow2020-04-061-0/+43
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-03-311-0/+24
* SERVER-40805 Indicate reason for replanningDavid Percy2020-03-311-2/+7
* SERVER-44115 autocomplete.js uses its own test databaseTommaso Tocci2020-03-301-0/+2
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-03-051-0/+44
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-031-0/+92