-
Notifications
You must be signed in to change notification settings - Fork 170
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
Adding tests to automate change of recovery profiles as part of RHSTOR-5149 #9642
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pintojoy The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
|
||
@brown_squad | ||
@tier1 |
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.
are we setting this default and that why its part of tier1? because in cases where we need recovery IO to be faster good to set it based on that so good to add this part of tier4 or recovery scenario like node, osd failure tests.
pytest.param("high_recovery_ops"), | ||
], | ||
) | ||
def test_set_recovery_profile_odfcli(self, recovery_profile): |
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.
do we have options to reset the recovery profile?
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 on existing cluster
Cluster Name: jopinto-nodes
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
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 on existing cluster
Cluster Name: jopinto-nodes
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job FAILED (installation failed, tests not executed).
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
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: jopinto-prval
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
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 on existing cluster
Cluster Name: jopinto-nodes1
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
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: jopinto-prval
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
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: jopinto-prv
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Test logs for test_add_capacity_recovery_profile_cli[high_client_ops] and test_add_capacity_recovery_profile_cli[balanced] can be found at https://url.corp.redhat.com/d670ce6 2024-07-11 14:02:03 04:32:03 - MainThread - ocs_ci.framework.pytest_customization.reports - INFO - duration reported by tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli[balanced] immediately after test execution: 404.41 2024-07-11 15:27:47 05:57:47 - MainThread - ocs_ci.framework.pytest_customization.reports - INFO - duration reported by tests/functional/z_cluster/cluster_expansion/test_add_capacity.py::TestAddCapacityRecoveryProfile::test_add_capacity_recovery_profile_cli[high_client_ops] immediately after test execution: 4491.15 |
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Test logs for test_add_capacity_recovery_profile_cli[high_recovery_ops]: https://url.corp.redhat.com/0c9a5af 2024-07-11 20:05:20 10:35:19 - MainThread - ocs_ci.utility.utils - INFO - Executing command: oc -n openshift-storage rsh rook-ceph-tools-75f778d7b4-f9kbr ceph status --format json-pretty |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. |
This test intends to automate change of recovery profile through odfcli tool.