summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/all_database_cloner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-091-6/+6
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-20/+28
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-6/+4
* SERVER-70430 Change DatabaseCloner to be tenant awarejannaerin2022-11-161-28/+28
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-151-18/+275
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61505 Remove WireVersion::RESUMABLE_INITIAL_SYNCGabriel Marks2022-01-041-52/+0
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+2
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-3/+1
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-041-10/+2
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-38/+48
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-3/+3
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-0/+107
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+7
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-11/+6
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-021-4/+28
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-2/+281
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-0/+227