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

ICANN pipemail test failing #608

Open
sbenthall opened this issue Oct 14, 2023 · 0 comments
Open

ICANN pipemail test failing #608

sbenthall opened this issue Oct 14, 2023 · 0 comments
Milestone

Comments

@sbenthall
Copy link
Collaborator

Mysterious failures of the ICANN pipermail tests...

https://gist.github.com/sbenthall/7c59aa9755140120614b80cd9aaf521e

Some combination of SSL certification failures, exceeded retries, and Nonetypes where they shouldn't be.

urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129)

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mm.icann.org', port=443): Max retries exceeded with url: /pipermail/accred-model/2018-August.txt.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129)')))

AttributeError: 'NoneType' object has no attribute 'select'

Basically, retrieving the mail isn't working.
CodeCov was firing errors for these tests and that's messing with other development workflow.
So I'll disable these tests in the short term until we can figure out how to fix these issues.

@sbenthall sbenthall added this to the 0.6 milestone Oct 14, 2023
sbenthall added a commit that referenced this issue Oct 14, 2023
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