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

Tolerate IPv6 address resolution failure #2704

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

glbrntt
Copy link
Contributor

@glbrntt glbrntt commented Apr 19, 2024

Motivation:

In some cases IPv6 loopback address resolution fails in tests. We should tolerate this.

Modifications:

  • Swallow SocketAddressError.unknown

Result:

Fewer flaky tests

Motivation:

In some cases IPv6 loopback address resolution fails in tests. We should
tolerate this.

Modifications:

- Swallow SocketAddressError.unknown

Result:

Fewer flaky tests
@glbrntt glbrntt added the semver/none No version bump required. label Apr 19, 2024
@glbrntt glbrntt requested a review from Lukasa April 19, 2024 10:08
@glbrntt glbrntt merged commit bfc1a2c into apple:main Apr 22, 2024
8 of 9 checks passed
@glbrntt glbrntt deleted the tolerate-unknown-addr branch April 22, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants