summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51211 Call resharding_util:: tellShardsToRefresh() from the Resharding...r4.8.0-alphaHaley Connelly2020-09-302-19/+42
* SERVER-51086 Add requires_replication to DataConsistencyChecker tests.Max Hirschhorn2020-09-302-0/+4
* SERVER-51091 Rearrange AutoGetCollection templating and inheritance to have s...Dianna Hohensee2020-09-304-126/+99
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-3016-195/+173
* SERVER-50932 Fix grammar for single argument expressions to accept singleton ...Nick Zolnierz2020-09-305-4960/+5229
* SERVER-49445 Implement validation error generation for jsonSchema array keywordsMindaugas Malinauskas2020-09-3018-76/+1254
* SERVER-51187 Fix crash when calling yield() on CollectionPtr after restore le...Henrik Edin2020-09-301-2/+5
* SERVER-51230 jstests which use shardingStatus's configServer response field s...Kevin Pulo2020-09-306-8/+26
* Import wiredtiger: d881dc2d8ff4d82b8a2b6a50d4c388e2973b8561 from branch mongo...Luke Chen2020-09-306-538/+559
* SERVER-49434 Future::getAsync documentationBilly Donahue2020-09-301-3/+14
* SERVER-43457 Removing truncate workaround and related TODOLuke Pearson2020-09-301-12/+6
* SERVER-51203 More find subsystem tests for better SBE coverageJustin Seyster2020-09-304-0/+1917
* SERVER-50131 add tests for constructing Sorter from existing rangesBenety Goh2020-09-301-0/+166
* SERVER-49822 Add destined recipient to oplog entries from insertsAlex Taskov2020-09-308-23/+399
* SERVER-50131 make EncryptionHooks check in Sorter work with tests without ser...Benety Goh2020-09-293-8/+22
* SERVER-50131 fix typo in Sorter::makeFromExistingRanges() invariant messageBenety Goh2020-09-291-1/+1
* SERVER-50572 Make initial sync clear and recover a tenant migration donor's i...Jason Zhang2020-09-296-14/+211
* SERVER-50662 Handle large and non-finite doubles in FTDCMark Benvenuto2020-09-293-1/+61
* SERVER-50131 fix header includes and using directives in sorter_test.cppBenety Goh2020-09-291-46/+39
* SERVER-50118 Create oplog buffer iterator for reshardingRandolph Tan2020-09-298-12/+466
* SERVER-51195 Add last-continuous test cases to verify_versions_test.jsJason Chan2020-09-291-0/+10
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-2917-8/+91
* SERVER-49465 Added linker option and disabled use of BFD linker.Daniel Moody2020-09-291-1/+20
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-09-296-18/+20
* SERVER-50418 wait for all exhaust streams to close before starting testsHuayu Ouyang2020-09-291-24/+12
* SERVER-51086 Extract collection diffing logic into separate utility.Max Hirschhorn2020-09-294-112/+271
* SERVER-50611 Relax assertion around number of elections in priority_takeover_...Judah Schvimer2020-09-292-12/+26
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-2914-85/+192
* SERVER-50916 use long long instead of uint64 for BSONLouis Williams2020-09-291-8/+8
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-299-10/+312
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-296-79/+86
* SERVER-50916 Add $operationMetrics aggregation stage to return resource consu...Louis Williams2020-09-298-8/+512
* SERVER-50801 Rearrange resharding PrimaryOnlyService instances to be forward-...Blake Oler2020-09-296-185/+207
* SERVER-51054 construct multiversion download URLs manually for 4.7Robert Guo2020-09-292-3/+35
* SERVER-51171 Make sure replica set is completely started before awaitNodesAgr...Milena Ivanova2020-09-291-8/+6
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-299-37/+56
* Revert "SERVER-51203 More find subsystem tests for better SBE coverage"Tommaso Tocci2020-09-294-1909/+0
* SERVER-48889 Make it so the critical section is never entered with UNKNOWN sh...Pierlauro Sciarelli2020-09-292-104/+97
* Import wiredtiger: c5b552ac2e781e3f146ffa8ad748d9aa090e0623 from branch mongo...Luke Chen2020-09-297-186/+543
* SERVER-50877 Coverity analysis defect 115362: Uninitialized scalar fieldSergi Mateo Bellido2020-09-291-1/+1
* SERVER-50866 SystemD unit should wait for network-online.targetRyan Egesdahl2020-09-292-2/+4
* SERVER-47327 Add composition member functions to StatusWithJacob Evans2020-09-292-0/+537
* SERVER-51197 auth_privilege_consistency.js requires FCV 4.7Sara Golemon2020-09-281-0/+2
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-2812-5787/+6623
* SERVER-51203 More find subsystem tests for better SBE coverageJustin Seyster2020-09-284-0/+1909
* SERVER-51169 Add a helper function to tenant_migration_util.js for running do...Cheahuychou Mao2020-09-282-64/+94
* SERVER-48940 Make replication rollback clear and recover a tenant migration d...Cheahuychou Mao2020-09-284-34/+385
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-287-97/+126
* SERVER-51057: Test that getMore metrics are incremented in server_status_metr...XueruiFa2020-09-281-50/+10
* SERVER-50651 Replace occurrences of isMaster command with hello in sharding j...Ali Mir2020-09-2819-70/+70