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

Fix an environment-specific bug in RouteFailureTest #8409

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

ean5533
Copy link
Collaborator

@ean5533 ean5533 commented May 14, 2024

InetSocketAddress's constructor will try to resolve the host to an IP address. As a result, if you're on a network that happens to have a resolvable myproxy host, this test would fail -- and as it turns out, my home network does.

Instead, use InetSocketAddress.createUnresolved().

InetSocketAddress's constructor will try to resolve the host to an IP address. As a result, if you're on a network that happens to have a resolvable `myproxy` host, this test would fail -- and as it turns out, my home network does.

Instead, use InetSocketAddress.createUnresolved().
@ean5533 ean5533 merged commit bd61108 into master May 14, 2024
20 checks passed
@ean5533 ean5533 deleted the enelson-fix-test branch May 14, 2024 17:48
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.

None yet

2 participants