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

provisioning: properly catch documented errors for getaddrinfo #390

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

ctheune
Copy link
Member

@ctheune ctheune commented Sep 19, 2023

The gaierror is not the only possible error happening. According to docs we can end up with any OSError (or subclasses) and we should not fail deployments due to this. Seen this in the wild.

Test coverage currently not viable.

The gaierror is not the only possible error happening. According
to docs we can end up with any OSError (or subclasses) and we should
not fail deployments due to this. Seen this in the wild.

Test coverage currently not viable.
@ctheune ctheune force-pushed the fix-dns-lookup-on-provisioning branch from bce3339 to ce139ea Compare September 19, 2023 09:54
@ctheune ctheune requested review from zagy and elikoga September 19, 2023 09:54
@ctheune ctheune merged commit 1f28f0c into main Sep 19, 2023
10 checks passed
@ctheune ctheune deleted the fix-dns-lookup-on-provisioning branch September 19, 2023 10:41
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

Successfully merging this pull request may close these issues.

2 participants