-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-16298 test: improve get_clush_command timeout #15113
Conversation
Make timeout in get_clush_command per host instead of for all hosts. Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: soak_smoke DdbTest pr,vm Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
Ticket title is 'ftest: improve timeout handling for get_clush_command and run_remote' |
src/tests/ftest/util/run_utils.py
Outdated
if fanout is not None: | ||
cmd_list.extend(["-f", str(fanout)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be simpler due to line 368?
if fanout is not None: | |
cmd_list.extend(["-f", str(fanout)]) | |
cmd_list.extend(["-f", str(fanout)]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improved
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
ea370f0
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: soak_smoke DdbTest pr,vm Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
Quick-Functional: true Test-tag: test_ior_small Test-repeat: 10 This reverts commit 173d862.
Make timeout in get_clush_command per host instead of for all hosts. Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: soak_smoke DdbTest pr,vm Required-githooks: true Signed-off-by: Dalton Bohning <[email protected]>
Make timeout in get_clush_command per host instead of for all hosts. Signed-off-by: Dalton Bohning <[email protected]>
Make timeout in get_clush_command per host instead of for all hosts.
Skip-unit-tests: true
Skip-fault-injection-test: true
Allow-unstable-test: true
Test-tag: soak_smoke DdbTest pr,vm
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: