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

Amazon fixture failure investigation #3727

Closed
wants to merge 2 commits into from

Conversation

pedro-psb
Copy link
Member

@pedro-psb pedro-psb commented Sep 11, 2024

Opening a PR because it doesnt fail locally.

https://github.com/pulp/pulp_rpm/actions/runs/10812760294/job/29995246040#step:15:3856

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <ssl.SSLSocket [closed] fd=-1, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>
len = 8192, buffer = <memory at 0x7f9b03293040>

    def read(self, len=1024, buffer=None):
        """Read up to LEN bytes and return them.
        Return zero-length string on EOF."""
    
        self._checkClosed()
        if self._sslobj is None:
            raise ValueError("Read on closed or unwrapped SSL socket.")
        try:
            if buffer is not None:
>               return self._sslobj.read(len, buffer)
E               Failed: Timeout >300.0s

usr/lib64/python3.9/ssl.py:1133: Failed

Notes

  • attempt 1: running pytest with -k test_sync
    • A different test failed. This particular one passed.
  • attemp 2: running the suite without any modifications
    • The tests passed. The failure in lowerbound is unrelated.

[noissue]
@pedro-psb pedro-psb changed the title Amazon repo failure investigation Test with Amazon fixture failure investigation Sep 11, 2024
@pedro-psb pedro-psb changed the title Test with Amazon fixture failure investigation Amazon fixture failure investigation Sep 11, 2024
Got other kind of errors by running only test_sync

[noissue]
@github-actions github-actions bot added the multi-commit Added when a PR consists of more than one commit label Sep 11, 2024
@pedro-psb
Copy link
Member Author

Cause found: pulp/plugin_template#912 (comment)

@pedro-psb pedro-psb closed this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multi-commit Added when a PR consists of more than one commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant