Skip to content
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_get_health test need adjustment for Provider mode platform #11596

Open
suchita-g opened this issue Mar 10, 2025 · 0 comments
Open

test_get_health test need adjustment for Provider mode platform #11596

suchita-g opened this issue Mar 10, 2025 · 0 comments
Assignees

Comments

@suchita-g
Copy link
Contributor

https://reportportal-ocs4.apps.dno.ocp-hub.prod.psi.redhat.com/ui/#ocs/launches/795/28001/1375360/1375555/log

self = <Popen: returncode: -9 args: ['odf', '-n', 'openshift-storage-client', 'get'...>
endtime = 227123.268550651, orig_timeout = 600, stdout_seq = [b'\n']
stderr_seq = [b'Info: ', b'waiting for pod with label "app=rook-ceph-operator" in namespace "openshift-storage-client" to be runnin...nfo: waiting for pod with label "app=rook-ceph-operator" in namespace "openshift-storage-client" to be running\n', ...]
skip_check_and_raise = False

def _check_timeout(self, endtime, orig_timeout, stdout_seq, stderr_seq,
skip_check_and_raise=False):
"""Convenience for checking if a timeout has expired."""
if endtime is None:
return
if skip_check_and_raise or _time() > endtime:

  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 '['odf', '-n', 'openshift-storage-client', 'get', 'health']' timed out after 600 seconds

/usr/lib64/python3.9/subprocess.py:1178: TimeoutExpired

@suchita-g suchita-g self-assigned this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant