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

HTTP: change hostNameAliases to accept multiple addresses (breaking change) #3907

Closed
slandelle opened this issue Jun 2, 2020 · 0 comments
Closed

Comments

@slandelle
Copy link
Member

Beware: breaking change

@slandelle slandelle added this to the 3.4.0 milestone Jun 2, 2020
@slandelle slandelle self-assigned this Jun 2, 2020
slandelle added a commit that referenced this issue Jul 21, 2020
Motivation:

Current signature only accepts one IP address per hostname, which is wrong.

Modification:

* Breaking change: change signature to accept a List of addresses instead of a signe value
* Reuse ShuffleJdkNameResolver's shuffling logic to shuffle aliases for each user in DnsCacheSupport

Result:

It's now possible to bypass DNS resolution when system under test is a cluster.
@slandelle slandelle changed the title HTTP: change hostNameAliases to accept multiple addresses HTTP: change hostNameAliases to accept multiple addresses (breaking change) Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant