There are several tests that could avoid calling movePrimary. Purpose of this ticket is to readapt such tests in the following ways:
- Tests unnecessarily invoking movePrimary:
- Remove invocations
- Tests invoking movePrimary right after enableSharding in order to place unsharded collections on a specific shard:
- Invoke enableSharding with primaryShard argument
- is related to
-
SERVER-81461 Change tests that uses movePrimary to move data to use moveCollection
- Closed