summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/cloner_test_fixture.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51747 SERVER-51813 Tenant collection cloner calls ↵Suganthi Mani2020-10-291-5/+12
| | | | | | | | | | write_ops_exec::performInserts() to insert documents for 2 reasons. 1) To comply with "multi-timestamp" rules. 2) To have limit on the size of the batch that gets inserted in a single WUOW. SERVER-51845 StorageInterfaceImpl::createIndexesOnEmptyCollection() acquires stronger collection lock (X) mode while creating indexes on empty committed collection. SERVER-51869 StorageInterfaceImpl::createIndexesOnEmptyCollection() generates oplog entry on creating indexes. SERVER-51844 Added sanity check in tenant collection cloner to catch case like, tenant collection not having _id index and autoIdIndex is true.
* SERVER-50492 Move initial sync functionality out of ReplSyncSharedDataVesselina Ratcheva2020-09-041-11/+0
| | | | | | | | SERVER-50492 Split ClonerTestFixture into InitialSyncClonerTestFixture and TenantMigrationClonerTestFixture SERVER-50492 Fix log component for tenant cloners SERVER-50492 Fix tenant cloner naming
* SERVER-49780 Create TenantMigrationSharedDataVesselina Ratcheva2020-08-251-2/+1
|
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
|
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-4/+0
|
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-0/+12
|
* SERVER-46586 Remove FCV references in InitialSyncSharedDataVesselina Ratcheva2020-03-121-5/+1
|
* SERVER-39453 add StorageEngineMock to initial sync tests for ↵Benety Goh2020-02-191-0/+4
| | | | IndexBuildsCoordinator
* SERVER-30622 Refactor outage determination in initialSyncSharedDataMatthew Russotto2019-12-171-1/+4
| | | | Make base_cloner use new interface
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for ↵Matthew Russotto2019-11-071-2/+3
| | | | query.
* SERVER-43274 Implement cloners using DBClient with basic functionality and ↵Matthew Russotto2019-10-301-0/+84
unit tests.