-
Notifications
You must be signed in to change notification settings - Fork 304
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-16487 test: fix dmg c helper for set-faulty changes #15151
Conversation
Ticket title is 'dmg storage must precisely identify NVMe device(s)' |
d8591e4
to
e49c220
Compare
@@ -1393,7 +1393,7 @@ dmg_storage_set_nvme_fault(const char *dmg_config_file, | |||
D_GOTO(out, rc = -DER_NOMEM); | |||
} | |||
|
|||
args = cmd_push_arg(args, &argcount, " --host-list=%s ", host); |
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.
This function is only used by src/tests/suite/daos_nvme_recovery.c
Which is ran by DaosCoreTestNvme
Since only documentation and that one test are affected, I think:
Test-tag: DaosCoreTestNvme
Test-tag: DaosCoreTestNvme Required-githooks: true Signed-off-by: Tom Nabarro <[email protected]>
e49c220
to
2c5772a
Compare
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-15151/3/testReport/ |
https://build.hpdd.intel.com/blue/organizations/jenkins/daos-stack%2Fdaos/detail/PR-15151/3/tests NLT failure looks unrelated to PR changes and indicates Valgrind issue with ACL code |
Fix missing reference to --host in C test helper and update some doc references. Signed-off-by: Tom Nabarro <[email protected]>
…5261) Fix missing reference to --host in C test helper and update some doc references. Signed-off-by: Tom Nabarro <[email protected]>
Fix missing reference to --host in C test helper and update some doc
references.
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: