Bug 2114967 - [IBM Z] - Tier4b test fails due to timeout during pod deletion
Summary: [IBM Z] - Tier4b test fails due to timeout during pod deletion
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenShift Data Foundation
Classification: Red Hat Storage
Component: odf-operator
Version: 4.11
Hardware: s390x
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Nitin Goyal
QA Contact: Martin Bukatovic
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-03 15:25 UTC by Abdul Kandathil (IBM)
Modified: 2023-08-09 17:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-08-03 15:44:23 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.