-
Notifications
You must be signed in to change notification settings - Fork 302
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-16669 test: fix pool list ftest #15373
Conversation
Ticket title is 'pool/list_verbose.py:ListVerboseTest.test_fields_basic - dmg pool query disabled_ranks and query_mask differ' |
Fix regression on pool/list_verbose.py functional test introduced with DAOS-14419. Test-tag: ListVerboseTest Required-githooks: true Signed-off-by: Cedric Koch-Hofer <[email protected]>
4ad025e
to
2fc50c6
Compare
Add missing development dependencides to ansible scripts for building ior. Test-tag: ListVerboseTest Required-githooks: true Signed-off-by: Cedric Koch-Hofer <[email protected]>
utils/ansible/ftest/vars/Rocky8.yml
Outdated
@@ -32,9 +32,11 @@ daos_base_deps: | |||
daos_dev_deps: | |||
rpms: | |||
- daos-raft-devel | |||
- daxctl-devel |
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.
nit: unrelated changes should probably be in their own PR to separate concerns
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.
In fact, I needed these changes for running the functional test on my wolf subcluster.
This is why, I have integrated them in this PR.
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.
I agree this should be separate. And since it's just ansible - not used in CI - we don't need to run all the Jenkins validation for a separate PR that just updates ansible
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.
- Remove the ansible script commit
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.
- Remove the ansible script commit
Fixed with commit 6b1c150
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.
ftest LGTM but I agree with Tom on moving the ansible changes to a separate PR
utils/ansible/ftest/vars/Rocky8.yml
Outdated
@@ -32,9 +32,11 @@ daos_base_deps: | |||
daos_dev_deps: | |||
rpms: | |||
- daos-raft-devel | |||
- daxctl-devel |
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.
I agree this should be separate. And since it's just ansible - not used in CI - we don't need to run all the Jenkins validation for a separate PR that just updates ansible
…/daos-16669 Required-githooks: true
Revert ansible script update of the commit ec92092 Test-tag: ListVerboseTest Required-githooks: true Signed-off-by: Cedric Koch-Hofer <[email protected]>
Fix regression on pool/list_verbose.py functional test introduced with DAOS-14419. Signed-off-by: Cedric Koch-Hofer <[email protected]>
Fix regression on pool/list_verbose.py functional test introduced with DAOS-14419. Signed-off-by: Cedric Koch-Hofer <[email protected]>
Description
Fix regression on pool/list_verbose.py functional test introduced with DAOS-14419.
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: