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

ip: fix tests (again) #1523

Merged
merged 1 commit into from
Mar 27, 2019
Merged

ip: fix tests (again) #1523

merged 1 commit into from
Mar 27, 2019

Conversation

dgw
Copy link
Member

@dgw dgw commented Mar 27, 2019

dns.google is quite a catchy name, but our tests were failing because of this sudden (not that I know where they would announce it) change.

On the plus side, we now have robust tests that should correctly handle both the old and new hostnames, and probably most potential future changes as well. And they're actually using regex syntax, unlike before with the unescaped brackets and pipes.

dns.google is quite a catchy name, but our tests were failing because of
this sudden (not that I know where they would announce it) change.

On the plus side, we now have robust tests that should correctly handle
both the old and new hostnames, and probably most potential future
changes as well. And they're *actually* using regex syntax, unlike
before with the unescaped brackets and pipes.
@dgw dgw added Tests Bugfix Generally, PRs that reference (and fix) one or more issue(s) labels Mar 27, 2019
@dgw dgw added this to the 6.6.6 milestone Mar 27, 2019
@dgw dgw requested a review from Exirel March 27, 2019 21:44
Copy link
Contributor

@Exirel Exirel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the test pass... we all good!

@dgw
Copy link
Member Author

dgw commented Mar 27, 2019

It could be a while. Travis is super slow today due to some issues they're having (incident page), but we'll get this in when we can. Then I'll do a mid-stream merge to master (without waiting for 6.6.6 to be finished) so PRs' tests against that stop failing too.

@dgw dgw merged commit e988d17 into 6.6.x Mar 27, 2019
@dgw dgw deleted the ip-example-fix branch March 27, 2019 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s) Tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants