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
Implement tests for NooBaa component rescheduling improvements #4966
Conversation
- Add new tests in mcg/test_host_node_failure.py - Reduce timeout from 300 seconds to 90 seconds in existing mcg/test_mcg_resources_disruptions.py Signed-off-by: Sidhant Agrawal <sagrawal@redhat.com>
- Use constant values for Noobaa resources Signed-off-by: Sidhant Agrawal <sagrawal@redhat.com>
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.
PR validation
Cluster Name:
Cluster Configuration:
PR Test Suite: tier4a
PR Test Path: tests/manage/mcg/test_host_node_failure.py tests/manage/mcg/test_mcg_resources_disruptions.py::TestMCGResourcesDisruptions::test_delete_noobaa_resources
Additional Test Params:
OCP VERSION: 4.9
OCS VERSION: 4.9
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.
PR validation
Cluster Name:
Cluster Configuration:
PR Test Suite: tier4a
PR Test Path: tests/manage/mcg/test_host_node_failure.py tests/manage/mcg/test_mcg_resources_disruptions.py::TestMCGResourcesDisruptions::test_delete_noobaa_resources
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
This is related to rescheduling improvements in NooBaa component introduced in KNIP-1707
This PR introduces following changes:
Signed-off-by: Sidhant Agrawal sagrawal@redhat.com