DAOS-19149 test: interactive.py, more rebuild stop attempts (#18573)#18583
Draft
kccain wants to merge 1 commit into
Draft
DAOS-19149 test: interactive.py, more rebuild stop attempts (#18573)#18583kccain wants to merge 1 commit into
kccain wants to merge 1 commit into
Conversation
After a rank exclusion, to wait for the rebuild to start (and to interactively stop it), the test uses a limited number of dmg pool rebuild stop command invocations until the command no longer reports DER_NONEXIST. A 3 second delay is inserted between commands. In one CI daily test run, the timing was just short, missing the actual pool rebuild start by a fraction of a second. Increase the number of tries to reduce the likelihood of a test failure due to close timing. Test-tag: test_rebuild_interactive Test-repeat: 10 Skip-unit-tests: true Skip-fault-injection-test: true Skip-test-rpms: true Signed-off-by: Kenneth Cain <kenneth.cain@hpe.com>
|
Ticket title is 'rebuild/interactive.py:RbldInteractive.test_rebuild_interactive - pool-rebuild stop failed: DER_NONEXIST(-1005) after dmg system exclude ' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
After a rank exclusion, to wait for the rebuild to start (and to interactively stop it), the test uses a limited number of dmg pool rebuild stop command invocations until the command no longer reports DER_NONEXIST. A 3 second delay is inserted between commands. In one CI daily test run, the timing was just short, missing the actual pool rebuild start by a fraction of a second.
Increase the number of tries to reduce the likelihood of a test failure due to close timing.
Test-tag: test_rebuild_interactive
Test-repeat: 10
Skip-unit-tests: true
Skip-fault-injection-test: true
Skip-test-rpms: true
Steps for the author:
After all prior steps are complete: