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
Test to delete mon services manually #4711
Conversation
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: tier4b
PR Test Path: tests/manage/pv_services/test_del_mon_service_and_create_pvc.py::TestPvcCreationAfterDelMonService::test_del_mon_svc
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
Job FAILED (installation failed, tests not executed).
tests/manage/pv_services/test_del_mon_service_and_create_pvc.py
Outdated
Show resolved
Hide resolved
0c434ee
to
4c5fc72
Compare
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: tier4b
PR Test Path: tests/manage/pv_services/test_del_mon_service_and_create_pvc.py::TestPvcCreationAfterDelMonService::test_del_mon_svc
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
Job FAILED (installation failed, tests not executed).
tests/manage/pv_services/test_del_mon_service_and_create_pvc.py
Outdated
Show resolved
Hide resolved
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/pv_services/test_del_mon_service_and_create_pvc.py::TestPvcCreationAfterDelMonService::test_del_mon_svc
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
Job UNSTABLE (some or all tests failed).
4c5fc72
to
769ba59
Compare
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/pv_services/test_del_mon_service_and_create_pvc.py::TestPvcCreationAfterDelMonService::test_del_mon_svc
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
tests/manage/pv_services/test_del_mon_service_and_create_pvc.py
Outdated
Show resolved
Hide resolved
|
|
||
| @bugzilla("1969733") | ||
| @pytest.mark.polarion_id("OCS-2611") | ||
| def test_del_mon_svc(self, multi_pvc_factory): |
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 test looks quite disruptive so in case it fails in the middle, there is no teardown to bring the cluster back to health state. Please add such a teardown
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.
added teardown function to validate mon services are up or not, if not restart the operator pod.
Signed-off-by: Akarsha-rai <akrai@redhat.com>
Signed-off-by: Akarsha-rai <akrai@redhat.com>
Signed-off-by: Akarsha-rai <akrai@redhat.com>
Signed-off-by: Akarsha-rai <akrai@redhat.com>
769ba59
to
761b1a0
Compare
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/pv_services/test_del_mon_service_and_create_pvc.py::TestPvcCreationAfterDelMonService::test_del_mon_svc
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
Job FAILED (installation failed, tests not executed).
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/pv_services/test_del_mon_service_and_create_pvc.py::TestPvcCreationAfterDelMonService::test_del_mon_svc
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
Job FAILED (installation failed, tests not executed).
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/pv_services/test_del_mon_service_and_create_pvc.py::TestPvcCreationAfterDelMonService::test_del_mon_svc
Additional Test Params:
OCP VERSION: 4.8
OCS VERSION: 4.8
Automates bz-1969733
Signed-off-by: Akarsha-rai akrai@redhat.com