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

chore(deps) update dns lib to 3.0.2 #4386

Merged
merged 2 commits into from Mar 13, 2019
Merged

chore(deps) update dns lib to 3.0.2 #4386

merged 2 commits into from Mar 13, 2019

Conversation

hishamhm
Copy link
Contributor

No description provided.

This fixes a potential issue with the healthchecks not being
able to set the status of a peer. This happens when there are
multiple levels of dns, eg: SRV -> A -> ip-address.
With 2 level (or more) dns records, typically SRV pointing to an A,
resolving to an IP, the balancer would not recognize the address to
disable because the balancer would hold the name (of the A record)
in this case and not match the IP address.

To test this scenario a mock for the dns client was required, since
it is ran as an integration test.

This commit will provide the mock and the failing test
@hishamhm hishamhm added this to the 1.1.0 milestone Mar 13, 2019
@hishamhm hishamhm merged commit 8f8482c into next Mar 13, 2019
@hishamhm hishamhm deleted the fix/healthchecks-next branch March 13, 2019 18:02
@hishamhm hishamhm mentioned this pull request Mar 13, 2019
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

3 participants