summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65633 retry commitTransaction on FailedToSatisfyReadPreferencer5.0.9-rc0Andrew Witten2022-05-061-5/+14
* SERVER-66117 Disable qualify_shortname in mock libkrb5 configurationSpencer Jackson2022-05-031-0/+1
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-05-025-16/+9
* SERVER-65166 Use compareOptimes in abort_in_progress_transactions_on_step_up.jsSamy Lanka2022-04-281-2/+7
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-251-0/+105
* SERVER-61018 Create a generic histogram typeJess Balint2022-04-221-4/+4
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-214-8/+9
* SERVER-65184 Avoid concurrent election and stepdown in downgrade_default_writ...Jason Chan2022-04-211-1/+2
* SERVER-65271 serverStatus should allow fine-grained metrics exclusionJess Balint2022-04-211-0/+66
* SERVER-60758 Force refresh of dbVersion before running transactionsIsrael Hsu2022-04-201-0/+6
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-04-201-0/+222
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-191-0/+46
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-191-0/+119
* SERVER-62690 Shard is shutting down before finishing draining in testAllison Easton2022-04-191-0/+14
* SERVER-65533 Treat collection as UNSHARDED under {readConcern:available}Kaloian Manassiev2022-04-192-0/+9
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-04-191-1/+1
* SERVER-65430 Disable capped_deletes.js on ephemeralForTestGregory Wlodarek2022-04-181-1/+4
* SERVER-65182 Fix split_horizon_hostname_startup.js to use an assert.soon when...Huayu Ouyang2022-04-181-1/+5
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-151-0/+49
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-04-122-4/+91
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-071-0/+68
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushed down...James Wahlin2022-04-061-1/+33
* SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala2022-03-301-8/+6
* SERVER-64772 Don't finish index build before stepdown in index_killop_after_s...Gregory Wlodarek2022-03-231-45/+36
* SERVER-63112 Wait for unstable checkpoint to begin and complete after inserti...Jason Chan2022-03-231-1/+10
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-03-231-8/+19
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2022-03-221-0/+68
* Revert "SERVER-63531 Correct error to indicate that non-voting members can be...Louis Williams2022-03-222-91/+4
* SERVER-61352: Test connections made to mongos over proxy protocolTyler Seip2022-03-213-0/+157
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2022-03-211-0/+120
* SERVER-59290 Improve criteria for shouldChangeSyncSourceGabriel Marks2022-03-173-4/+86
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2022-03-161-0/+97
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-03-162-4/+91
* SERVER-58502 mongos hello loadBalanced optionBilly Donahue2022-03-151-0/+95
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-03-141-0/+70
* SERVER-63013: When health observer returns status failure it will neverKshitij Gupta2022-03-141-0/+70
* SERVER-63471: waitForPrimaryOnlyServices finish rebuilding before testing ste...Lingzhi Deng2022-03-141-11/+7
* SERVER-64403 Encode the sort key from a document with collation only if value...Denis Grebennicov2022-03-111-15/+15
* SERVER-64369 Must not allow deletes from capped collections in FCV 4.4Gregory Wlodarek2022-03-092-0/+24
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-03-091-0/+32
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-03-072-3/+11
* SERVER-61104 Robustify find_and_modify_invalid_query_params.jsRishab Joshi2022-03-041-2/+6
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-03-011-1/+5
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-281-0/+47
* SERVER-63859 Disallow collMod with 'expireAfterSeconds' parameter over a view...Nicholas Zolnierz2022-02-281-0/+6
* SERVER-63986 Use requires_fcv_50 on update_with_dollar_fields.jsRui Liu2022-02-251-1/+1
* SERVER-63876 Allow secondaries to convert collections to ttlYuhong Zhang2022-02-241-0/+6
* SERVER-56558 Robustify validate_db_metadata_command.js testArun Banala2022-02-242-41/+120
* SERVER-40691 $nin:[[],...] queries are not indexedJess Balint2022-02-231-0/+35
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-223-2/+60