-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Sharding 2020-09-07
The passthrough will probably need to:
- Have some kind of override that simulates the proxy's retry logic
- Set up at least two replica sets and run migrations between them
Open questions:
- How does the fixture know which databases exist to run migrations for? Should the override add a prefix to all databases and the fixture runs migrations for that prefix?
- Should we test concurrent migrations on different databases? I don't think this is required for the first attempt at this, but it may be worth thinking about how that could work
The passthrough should abort all tenant migrations until migrations actually copy the data over safely.
- is depended on by
-
SERVER-50493 [passthrough suite] Make tenant_migration_jscore_passthrough simulate a complete migration between two real replica sets that aborts
- Closed
- related to
-
SERVER-67043 remove TestData.disableBatchWrites from bulk_api.js
- Closed