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 test_rox_pvc_stale_volume_cleanup_cli failed due to timeout issue. #11009

Open
paraggit opened this issue Dec 9, 2024 · 0 comments
Open
Labels
Medium Priority Fix this after High Priority tickets are fixed. Squad/Green

Comments

@paraggit
Copy link
Contributor

paraggit commented Dec 9, 2024

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

RUN_ID : https://ibm.biz/BdGBAE

@paraggit paraggit added Medium Priority Fix this after High Priority tickets are fixed. Squad/Green labels Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Medium Priority Fix this after High Priority tickets are fixed. Squad/Green
Projects
None yet
Development

No branches or pull requests

1 participant