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 - tests support consul 1.7 #1359

Conversation

fredrikhgrelland
Copy link

Since consul 1.7 the response for tagged addresses have changed.: hashicorp/consul#6531

This patch update tests to new 1.7 response syntax.

@eikenb eikenb added bug consul Related to the Consul integration labels Apr 16, 2020
@eikenb eikenb added this to the 0.25.0 milestone Apr 16, 2020
@eikenb
Copy link
Contributor

eikenb commented Apr 22, 2020

I'm debating about this one. Obviously we need to fix the test for 1.7+, but I prefer to keep compatibility with older versions whenever possible as I might need to debug things against older versions for some cases and don't want the test suite fighting me.

@eikenb
Copy link
Contributor

eikenb commented Apr 24, 2020

@fredrikhgrelland Thanks for taking the time and trouble to fix and submit this!

I've decided to fix it differently though, in a way that tests will still work with older versions. This helped me though by telling me exactly what was broken in the best way possible. So thanks so much for that.

@eikenb eikenb closed this Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug consul Related to the Consul integration thinking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants