Details
Description
runTest() is called twice using a ReplSetTest defined in a higher scope. If the primary doesn't support snapshot readConcern, runTest() will stop the set and exit early, but then the second runTest() invocation will timeout calling getPrimary on the now stopped test fixture.