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

t/listidentifiers.t fails in presence of wildcard DNS records #9

Open
eserte opened this issue Dec 28, 2023 · 0 comments
Open

t/listidentifiers.t fails in presence of wildcard DNS records #9

eserte opened this issue Dec 28, 2023 · 0 comments

Comments

@eserte
Copy link

eserte commented Dec 28, 2023

On some of my smokers the test suite fails like this:

#   Failed test 'Request arguments'
#   at t/listidentifiers.t line 22.
# Looks like you failed 1 test of 2.
t/listidentifiers.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 

Problem is probably that the seemingly invalid hostname domain.invalid may resolve to something if wildcard DNS records are active on a system. The long story can be seen here: tokuhirom/Furl#128

Usual fix is to add a dot (.) to the invalid hostname (not tested in your case).

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

No branches or pull requests

1 participant