-
Notifications
You must be signed in to change notification settings - Fork 338
DAOS-18039 cart: Add bulk binding test #17247
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
Conversation
- Add binding bulk test to cart ftests (bulk_one_node.yaml/py) - test_group_np_cli/test_group_np_srv modified to - fix memleak in multisend client Signed-off-by: Alexander A Oganezov <[email protected]>
Signed-off-by: Alexander A Oganezov <[email protected]>
|
Ticket title is 'CART: add binding bulk test to cart ftests' |
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17247/2/testReport/ |
|
Test stage NLT on EL 8.8 completed with status UNSTABLE. https://jenkins-3.daos.hpc.amslabs.hpecorp.net/job/daos-stack/job/daos//view/change-requests/job/PR-17247/3/testReport/ |
| hosts: | ||
| hosts_1: | ||
| config: one_node | ||
| test_servers: server-1 | ||
| test_clients: server-1 |
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 think this can be simplified? No need for extra layer and it seems config is not used
| hosts: | |
| hosts_1: | |
| config: one_node | |
| test_servers: server-1 | |
| test_clients: server-1 | |
| hosts: | |
| test_servers: server-1 | |
| test_clients: server-1 |
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.
will note for master changes in subsequent pr
Steps for the author:
After all prior steps are complete: