You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test run test_rox_pvc_stale_volume_cleanup_cli is failing intermittently due to timeout issue in following command.
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-cli', 'subvolume', 'delete', 'ocs-storagecluster-cephfilesystem', 'csi-vol-6beb0dee-b113-40b5-af19-85b92e3b8a78', 'csi']' timed out after 600 seconds
Test run
test_rox_pvc_stale_volume_cleanup_cli
is failing intermittently due to timeout issue in following command.RUN_ID : https://ibm.biz/BdGBAE
The text was updated successfully, but these errors were encountered: