-
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-16968 test: Fix pool query tests #15770
base: release/2.6
Are you sure you want to change the base?
Conversation
The backport from master missed a couple of pool tests that needed to be updated for the new JSON output from pool query. Query results always include a dead_ranks array, even when it's empty. Signed-off-by: Michael MacDonald <[email protected]>
Ticket title is 'control/dmg_pool_query_test.py:DmgPoolQueryTest.test_pool_query_basic - unexpected 'dead_ranks' in pool query output' |
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.
We should also fix pool/list_verbose.py which has the same dead_ranks
problem
Signed-off-by: Michael MacDonald <[email protected]>
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15770/2/execution/node/316/log |
The backport from master missed a couple of pool tests that
needed to be updated for the new JSON output from pool query.
Query results always include a dead_ranks array, even when
it's empty.
Signed-off-by: Michael MacDonald [email protected]