summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-12-031-0/+36
* SERVER-56227 Add user-facing command for permitMigrations using DDL coordinatorMarcos José Grillo Ramirez2021-11-267-32/+62
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-11-231-0/+285
* SERVER-59879 Adjust maxTimeMS value to allow for slower execution in the para...Milena Ivanova2021-11-221-2/+4
* SERVER-61544 Fix exclusion tag for stepdown_race_with_transaction.jsVesselina Ratcheva2021-11-191-1/+1
* SERVER-58119 single_node_set_new_hostname.js needs to call replSetReconfig wi...Vishnu Kaushik2021-11-151-2/+8
* SERVER-57605 Expose Decimal128 equality comparison helper to shellArun Banala2021-11-031-0/+10
* SERVER-59160 Disable balancer in test_stacked_migration_cleanup.jsPierlauro Sciarelli2021-11-031-0/+1
* SERVER-60653 blacklist autosplit_with_balancer and write_cmd_auto_split from ...Pierlauro Sciarelli2021-10-282-0/+9
* SERVER-60653 Backport the autoSplitVector logic to v4.2Pierlauro Sciarelli2021-10-279-203/+180
* SERVER-56226 Implement a 'permitMigrations' collection property to prevent ch...Marcos José Grillo Ramirez2021-10-261-0/+123
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-242-0/+8
* SERVER-60898 Exclude stepdown_race_with_transaction.js from running on epheme...Vesselina Ratcheva2021-10-211-0/+2
* SERVER-57557 Skip FCV server parameter check in checkFCV() for mongos.Max Hirschhorn2021-10-211-4/+7
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-211-0/+78
* SERVER-55589 setMaintenanceMode should take RSTL in X modeVishnu Kaushik2021-10-141-51/+0
* SERVER-60582: initiate_emrc_false.js should wait for the initial checkpoint b...Lingzhi Deng2021-10-121-9/+22
* SERVER-58780: Ensure that _shouldSetStableTimestamp restores to true if replS...Lingzhi Deng2021-10-121-0/+65
* SERVER-43985 Make mongos pre-cache the routing table on startupAnton Oyung2021-10-071-0/+35
* SERVER-54064 Clear out the logical session cache on refresh in arbitersLuis Osta2021-10-061-0/+57
* SERVER-59294 Check action type for oidResetErwin Pe2021-10-051-2/+18
* SERVER-60299 Backport PCRE bugfix for Bugzilla #2613Ryan Egesdahl2021-10-041-0/+11
* SERVER-59916 Force failing transaction in write_conflicts to endLuis Osta2021-10-011-0/+10
* Revert "SERVER-59916 Force failing transaction in write_conflicts to end"Luis Osta2021-10-011-10/+0
* SERVER-59916 Force failing transaction in write_conflicts to endLuis Osta2021-10-011-0/+10
* SERVER-60080 Disable tests incompatible with ephemeralForTestGregory Wlodarek2021-09-211-0/+4
* SERVER-58104 Prevent the balancer from calculating split points in sessions c...Jonathan Lee2021-09-171-0/+54
* SERVER-44152: Pre-warm connection pools in mongosr4.2.17-rc0r4.2.17Anton Oyung2021-09-171-0/+124
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-161-0/+53
* SERVER-45385 unblacklisted sharding/kill_sessions.js by removing multiversion...Jonathan Lee2021-09-101-4/+0
* SERVER-49521 fix writeConcern for non-txn createIndexes commands in core/txns...Benety Goh2021-09-093-4/+14
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-09-092-2/+2
* SERVER-58826 [4.2] Disallow compact_keeps_indexes.js and explain_shell_helper...Arun Banala2021-08-241-4/+4
* SERVER-59301 fixed waitInHello fail injection and tests using itAndrew Shuvalov2021-08-212-9/+16
* SERVER-52728 Upgrade path from mongoDB 2.4 to 4.2 requires dropping ping_ indexHaley Connelly2021-08-171-0/+92
* SERVER-37904 Add enableOverrideClusterChainingSetting server parameterCarolyn Duan2021-08-121-0/+40
* SERVER-59197: Delete findAndModify image entries when their corresponding ses...Daniel Gottlieb2021-08-111-7/+20
* SERVER-50486 Always interrupt multi-document transactions on step down or ste...Samy Lanka2021-08-051-0/+116
* SERVER-36263 Bypassing operation validation in applyOps should require specia...Moustafa Maher2021-08-042-33/+126
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2021-08-041-0/+33
* SERVER-58402: Increase timeout of shutdown command in shutdown_primary.jsXueruiFa2021-08-041-1/+1
* SERVER-55648Mongos doesn't return top-level batch-write error in case of shut...Luis Osta2021-07-291-0/+57
* SERVER-50547 Pipeline length limitJames Wahlin2021-07-272-0/+87
* SERVER-57642 Configure $sample pushdown PlanExecutor to use 'INTERRUPT_ONLY' ...Mihai Andrei2021-07-211-0/+52
* SERVER-58258 Fix race between 'replSetGetStatus' request and initial syncer c...Wenbin Zhu2021-07-211-2/+12
* SERVER-53431 Server should report itself not writable during stepdownMatthew Russotto2021-07-201-1/+2
* SERVER-57727 race conditions in x509_invalid.jssergey.galtsev2021-07-201-28/+49
* SERVER-58191 Allow delete_during_migrate test to tolerate chunk migration tim...Paolo Polato2021-07-161-2/+13
* SERVER-56839 Index seeks should advance their cursor until aLouis Williams2021-07-131-0/+57
* SERVER-57983 Fix Integer overflow for $rangeSajed Nahian2021-07-081-0/+299