Bug 2114967

Summary: [IBM Z] - Tier4b test fails due to timeout during pod deletion
Product: [Red Hat Storage] Red Hat OpenShift Data Foundation Reporter: Abdul Kandathil (IBM) <akandath>
Component: odf-operatorAssignee: Nitin Goyal <nigoyal>
Status: CLOSED NOTABUG QA Contact: Martin Bukatovic <mbukatov>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.11CC: jrivera, muagarwa, ocs-bugs, odf-bz-bot
Target Milestone: ---   
Target Release: ---   
Hardware: s390x   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-08-03 15:44:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Abdul Kandathil (IBM) 2022-08-03 15:25:11 UTC
Description of problem (please be detailed as possible and provide log
snippets):

Below test in tier4b fails due to timeout during test pod deletion when one of the worker node is down.

Test : tests/manage/z_cluster/nodes/test_nodes_restart.py::TestNodesRestart::test_pv_provisioning_under_degraded_state_stop_provisioner_pod_node[rbd-delete_resources]


Error:

>           raise TimeoutExpired(
                    self.args, orig_timeout,
                    output=b''.join(stdout_seq) if stdout_seq else None,
                    stderr=b''.join(stderr_seq) if stderr_seq else None)
E           subprocess.TimeoutExpired: Command '['oc', '-n', 'namespace-test-ae903fd1596141bc9d0c06845', 'delete', 'Pod', 'pod-test-rbd-6ab30ff4e33f4146874057b4169']' timed out after 600 seconds

/usr/lib/python3.8/subprocess.py:1072: TimeoutExpired


Version of all relevant components (if applicable):

OCP: 4.11.0-rc.4
ODF: 4.11.0-129 


Does this issue impact your ability to continue to work with the product
(please explain in detail what is the user impact)?


Is there any workaround available to the best of your knowledge?


Rate from 1 - 5 the complexity of the scenario you performed that caused this
bug (1 - very simple, 5 - very complex)?


Can this issue reproducible?


Can this issue reproduce from the UI?


If this is a regression, please provide more details to justify this:


Steps to Reproduce:
1. Install ocp 4.11
2. deploy odf 4.11
3. Run ocs-ci test `tests/manage/z_cluster/nodes/test_nodes_restart.py::TestNodesRestart::test_pv_provisioning_under_degraded_state_stop_provisioner_pod_node[rbd-delete_resources]`


Actual results:
Test timesout.

Expected results:
Test passed without error.

Additional info:
Logs: https://drive.google.com/file/d/1ICcthAXgU2W3EtdANQU6JXvIR6WTYUPQ/view?usp=sharing