The tenant_migration_recipient_access_blocker_rollback.js still uses the old replSetStepUp command instead of calling the replSetTest.stepUp method.
We should replace in this test file all occurrences to instead use the stepUp method.
Note: It was found during a previous investigation that replacing this line in the test by stepUp might hang when we call getPrimary in the stepUp method.
- related to
-
SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUp
- Closed