summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-1932-59/+350
* SERVER-46026 Fix compression_options.js to ignore tcp fast open warningMark Benvenuto2020-02-191-1/+1
* SERVER-46235 Re-enable disabled testsMark Benvenuto2020-02-194-8/+5
* SERVER-46026 index_stepdown_after_init.js tests against stuctured logsGabriel Russell2020-02-192-4/+16
* SERVER-45978: Added "minRetentionHours" field to replSetResizeOplog cmdAndrew Chen2020-02-197-21/+102
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-199-67/+300
* SERVER-46122 Concurrency tests should expect the 'IndexBuildAborted' error co...Gregory Wlodarek2020-02-192-2/+4
* SERVER-45114 Connect AsyncDBClient exhaust functionality throughoutJanna Golden2020-02-1912-48/+434
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-1922-165/+267
* SERVER-44853 MSI Should skip install MongoD service dialog when mongod is not...Mathew Robinson2020-02-191-3/+19
* SERVER-45675 Test that $unionWith tracks disk use appropriatelyArun Banala2020-02-193-1/+159
* SERVER-39453 initial sync ignores in-progress index builds when cloning colle...Benety Goh2020-02-193-3/+11
* SERVER-45464 Kill canceled operations remotelyCheahuychou Mao2020-02-195-42/+244
* SERVER-45574: Replace OplogFetcher with NewOplogFetcherLingzhi Deng2020-02-1917-3290/+305
* SERVER-46185 Add StorageInterface utilities for replicate before journaling c...Dianna Hohensee2020-02-196-65/+108
* Revert "SERVER-42007 Deprecate $currentDate update modifier"James Wahlin2020-02-191-12/+0
* SERVER-46234 Remove the code for computing hedging delay and add maxTimeMSFor...Cheahuychou Mao2020-02-1911-276/+53
* SERVER-46250 increase resmoke HTTP POST timeout to 20 secondsRobert Guo2020-02-191-1/+1
* SERVER-46250 Hardcode buildlogger payload limit in resmokeRobert Guo2020-02-191-1/+5
* SERVER-45233 Include the empty array in the comparison with index testTed Tuckman2020-02-192-1/+12
* SERVER-39453 add js tests for initial sync while an index build is in progressBenety Goh2020-02-194-0/+142
* SERVER-39453 add DBClientBase::getReadyIndexSpecs()Benety Goh2020-02-192-4/+51
* SERVER-39453 add StorageEngineMock to initial sync tests for IndexBuildsCoord...Benety Goh2020-02-192-0/+8
* SERVER-39453 move StorageEngineMock out of CollectionCatalogTest into its own...Benety Goh2020-02-192-164/+200
* SERVER-46026 Disable timestamped_reads_wait_for_prepare_oplog_visibility.js i...Henrik Edin2020-02-195-0/+10
* SERVER-41416 Remove _convertToFieldPaths from MongoProcessCommonRuoxin Xu2020-02-1911-63/+58
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-1910-58/+297
* SERVER-45574: Use NewOplogFetcher in steady state replication and initial syncLingzhi Deng2020-02-1912-110/+138
* Import wiredtiger: 58baf804dd6e5a72c4e122cfb696e2d06a9fc888 from branch mongo...Luke Chen2020-02-1910-26/+80
* SERVER-45138 Disable tests not yet compatible with JSON loggingHenrik Edin2020-02-197-2/+23
* SERVER-46026 Remove redundant time suffix in log statementMark Benvenuto2020-02-191-2/+2
* SERVER-45138 Enable JSON log format by default.Henrik Edin2020-02-1827-26/+86
* SERVER-45975: Added --oplogMinRetention cli optionAndrew Chen2020-02-187-9/+155
* SERVER-46225 Add Interrupted to timeout codes accepted by server_status_with_...James Wahlin2020-02-181-2/+7
* SERVER-46183 Make range deleter wait for replication only once at end of docu...Matthew Saltz2020-02-182-48/+96
* SERVER-46026 js_exceptions.js against structured logsGabriel Russell2020-02-181-2/+9
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-188-11/+75
* SERVER-46059 Run CheckOrphansDeleted hook in concurrency_sharded*.yml.Max Hirschhorn2020-02-1820-59/+180
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-186-79/+91
* SERVER-46198 Correct local file name for dist debugsymbolsMathew Robinson2020-02-181-1/+1
* SERVER-46026 Fix initial_sync_drop_against_last_stable.js with JSON logsHenrik Edin2020-02-184-15/+75
* SERVER-45950 TopologyManager should not use idl generated comparison operator...Janna Golden2020-02-184-26/+35
* SERVER-46224 JSON formatter escapes message stringHenrik Edin2020-02-181-3/+5
* SERVER-46086 Skip submitting ranges for deletion on secondaries.Max Hirschhorn2020-02-181-0/+4
* SERVER-45890 Kill large OP ids in jstests/sharding/auth.jsSpencer Jackson2020-02-181-2/+2
* SERVER-46026 disk_wiredtiger tests against structured logsGabriel Russell2020-02-183-14/+14
* SERVER-45944 disallow downgrade to 4.2 if there is an index build in progressBenety Goh2020-02-182-1/+18
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-1813-179/+226
* Revert "SERVER-45680: Burn_in_tests should pick up changed files in mongo-ent...Ian Boros2020-02-183-42/+26
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-02-1822-9/+513