summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-49810 Stable result comparison for facet/use_cases.jsSvilen Mihaylov2020-11-201-108/+48
* SERVER-51405 Disable some concurrency suites for ephemeralForTestHenrik Edin2020-11-201-8/+0
* SERVER-52746 Ensure tailable cursor in find_cmd.js is invalidatedMihai Andrei2020-11-201-6/+13
* SERVER-51526 Hybrid index builds can miss writes and crash in the event of a ...Louis Williams2020-11-201-18/+18
* SERVER-48571 Fix invariant on batch write executor by: * Change early return ...Marcos José Grillo Ramírez2020-11-202-49/+472
* SERVER-50445 Allocate expCtx on heap to avoid malloc() issue in unittestsArun Banala2020-11-201-9/+9
* SERVER-49187 Make ReplSetTest.stepUp() robust to election failures.Suganthi Mani2020-11-2011-71/+80
* Import wiredtiger: 1ba1d9bab805851532495a05f4e2421c8cf30a61 from branch mongo...Luke Chen2020-11-20124-915/+3917
* SERVER-48261 Run auth tests that use the 'mixedShardTest' helper in FCV 4.4Esha Maharishi2020-11-204-21/+38
* SERVER-50502 The lock manager dump logv2 message needs logv2::LogTruncation::...Dianna Hohensee2020-11-201-1/+5
* SERVER-50901 Wait for secondaries to be ready in RollbackTest.checkDataConsis...Vesselina Ratcheva2020-11-201-0/+1
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-11-2013-292/+607
* SERVER-48529 Delete PlanCache::feedback() and related codeDavid Storch2020-11-196-95/+2
* SERVER-52560 oplog_writes_only_permitted_on_standalone.js must wait for inser...Tess Avitabile2020-11-191-1/+2
* SERVER-52562 The snapshot window code must use TestingProctor consistently an...Dianna Hohensee2020-11-191-2/+3
* SERVER-51261 Rename hangWaitingForIsMasterResponseOnStandalone failpoint to h...Pavi Vetriselvan2020-11-192-6/+6
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-11-196-9/+13
* SERVER-51793: Update bypass-compile to download debug symbolsDavid Bradford2020-11-192-76/+115
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-1912-103/+433
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-192-3/+42
* SERVER-51715 Wrap timestamps with tojson in log lines in optime.jsAli Mir2020-11-191-5/+6
* SERVER-51834 Race in moveChunk testsSergi Mateo Bellido2020-11-191-2/+7
* SERVER-51733 fix fromMigrate when creating indexes in the config dbBenety Goh2020-11-191-1/+1
* SERVER-51797 add multiversion pathsRobert Guo2020-11-191-0/+2
* SERVER-51829 always show index-level corruption reasons in validate outputEric Milkie2020-11-191-14/+9
* SERVER-32960 Make $mod truncate float values consistently and use long long f...Nikita Lapkov2020-11-197-42/+284
* SERVER-51733 ShardLocal::createIndexOnConfig() falls back on hybrid index bui...Benety Goh2020-11-192-10/+29
* SERVER-52586 Disable refine_shard_key_transaction_stress task in sys-perfMikhail Shchatko2020-11-191-1/+2
* SERVER-51733 add test case for ShardLocal::createIndexOnConfig() with non-emp...Benety Goh2020-11-191-0/+14
* SERVER-51818 add name to invariant message in Mutex destructorBenety Goh2020-11-191-1/+1
* SERVER-51303 Fix lookup match absorbtion optimization for $typer4.4.2-rc1r4.4.2Jacob Evans2020-11-093-52/+237
* SERVER-52617: Cache the pointer to the oplog collection before running recove...Lingzhi Deng2020-11-044-1/+61
* SERVER-51607 Upgrade Twisted to 20.3.0Spencer Jackson2020-11-021-1/+1
* SERVER-51259 Rename waitForIsMasterResponse failpoint to waitForHelloResponsePavi Vetriselvan2020-11-027-73/+73
* SERVER-51260 Rename hangWhileWaitingForIsMasterResponse failpoint to hangWhil...Pavi Vetriselvan2020-11-023-12/+12
* SERVER-50148 Fix use-after-move in MultiIndexBlockLouis Williams2020-11-024-12/+12
* Import wiredtiger: d6d4b1cc014252aa4c99db8fddbbc9c5ddc3044f from branch mongo...Luke Chen2020-11-0258-992/+1508
* SERVER-36739 Use the mongos_manual_intervention_action hook in concurrency st...Misha Tyulenev2020-10-302-0/+4
* SERVER-50083 disable election handoff in reconfig kill primary and stepdown s...Pavi Vetriselvan2020-10-301-0/+1
* SERVER-51853 Always initialize the numInserted out-parameter in AbstractIndex...r4.4.2-rc0Bernard Gorman2020-10-282-1/+7
* SERVER-48030 Fix deadlock with GetShardMap and old RSMLaMont Nelson2020-10-271-10/+13
* SERVER-51194 Added build-tools next evergreen tasksDaniel Moody2020-10-262-2/+93
* SERVER-49462 Wait for secondaries to be ready in ReplSetTest.checkOplogsVesselina Ratcheva2020-10-261-0/+2
* SERVER-50897 Fix Sort/Limit/Sort optimizationEric Cox2020-10-233-233/+36
* SERVER-33966 Removed Redundant SortRibhav Jain2020-10-233-8/+264
* SERVER-50690 Add option to specify bind ip to ocsp mockShreyas Kalyan2020-10-232-6/+5
* SERVER-50869 Fix race condition in bgsync when clearing appliedThrough during...Samy Lanka2020-10-231-0/+16
* SERVER-50123 jstest for hostInfo.extra.physicalCoresGabriel Russell2020-10-231-19/+31
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-233-97/+201
* Import wiredtiger: aecb18daca54af24f50be193b62f85d35ad5e603 from branch mongo...Luke Chen2020-10-22117-10056/+965