summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65177 Use executor clock to calculate elapsed initial sync timeali-mir2022-08-231-3/+7
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-63621 Push user write blocking state onto newly added shards in the ad...Jordi Serra Torrens2022-03-221-0/+22
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-161-1/+6
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-8/+6
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-041-0/+5
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-61198 Log unified statistics for logical and file copy based initial syncMoustafa Maher Khalil2021-11-041-4/+5
* SERVER-58988 Avoid sync source selection cycle during primary catchup.Wenbin Zhu2021-09-021-1/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-12/+14
* SERVER-57802 Create InitialSyncerBase and InitialSyncerFactory classesHuayu Ouyang2021-07-211-4/+4
* SERVER-58065 Fix initial sync test to avoid hardcoding FCV constantVesselina Ratcheva2021-07-121-1/+1
* SERVER-45407 Remove InitialSyncerOption's localOplogNS and remoteOplogNSCarolyn Duan2021-06-151-18/+22
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-1/+1
* SERVER-55963 Use "denylist" in replication subsystemsShreyas Kalyan2021-04-301-4/+4
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-1/+1
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-1/+1
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-30/+32
* SERVER-53225 Ensure all documents copied before checking progress in TestRema...Jason Chan2020-12-041-2/+3
* SERVER-53017 Make sure download rate is calculated as a double when calculati...Jason Chan2020-12-021-0/+142
* SERVER-50155 Create unittest file for MockNetworkVesselina Ratcheva2020-12-011-1/+1
* SERVER-52927 Change default oplog fetching behavior to expectation to avoid raceSiyuan Zhou2020-11-201-4/+13
* SERVER-51662 Add matcher helper to match request BSON objectSiyuan Zhou2020-11-171-5/+8
* SERVER-47863 Add fields to initial sync progress metricsJason Chan2020-11-161-8/+71
* SERVER-50155 Add first set of extra features for MockNetworkVesselina Ratcheva2020-11-161-41/+41
* SERVER-50154 Add declarative mock network framework for unit testing.Siyuan Zhou2020-11-031-0/+97
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-50572 Make initial sync clear and recover a tenant migration donor's i...Jason Zhang2020-09-291-0/+29
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-291-28/+1
* SERVER-50320 Fix cancellation races in initial syncerMatthew Russotto2020-09-161-6/+6
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+5
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-48650 Gave the ClockSourceMock a global implBen Caimano2020-07-281-4/+3
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-231-45/+45
* SERVER-47845 Remove usage of ReplicationCoordinator::DataConsistency typeWilliam Schultz2020-07-161-11/+7
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-18/+21
* SERVER-48930: Use lastFetched from previous batch when comparing optimes for ...XueruiFa2020-07-091-5/+6
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-1/+1
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-0/+2
* Revert "SERVER-48332 Failed initial sync attempts should abort all in-progres...Gregory Wlodarek2020-06-041-2/+0
* SERVER-48332 Failed initial sync attempts should abort all in-progress index ...Gregory Wlodarek2020-06-041-0/+2
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-121-8/+8
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-8/+8
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-161-2/+4
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1