CDRIVER-4341 unskip /Stepdown/not_primary_keep
#1427
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
/Stepdown/not_primary_keep
/Stepdown
tests into/pooled
and/single
Background & Motivation
/Stepdown/not_primary_keep
was unskipped and run in a patch build with all variants and tasks with names matching".*replica-noauth.*
: https://spruce.mongodb.com/version/651c0c8957e85a9882f5109e. Restarting the tasks five times resulted in success (excluding a System Failure downloading 7.0 server).I am not sure what caused the reported failure and if anything has changed to resolve. To help diagnose possible future failures, the
/Stepdown
tests are split into separate/pooled
and/single
tests. At present, both a pooled client and single-threaded client are tested in the scope of one test:With this PR, the test is split into:
This may help to narrow down a test failure. The failing assert does not identify whether a pooled client was used.