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

Replace FQDN for TestLookupSRV #101

Open
raspbeguy opened this issue Sep 25, 2024 · 0 comments
Open

Replace FQDN for TestLookupSRV #101

raspbeguy opened this issue Sep 25, 2024 · 0 comments

Comments

@raspbeguy
Copy link

Tests are failing because it tried to resolve _xmpp-server._tcp.google.com but this resolve to anything now. Please choose another FQDN for this.

FAIL: template_funcs_test.go:46: FunctionTestSuite.TestLookupSRV

template_funcs_test.go:82:
    t.Error(err)
... Error: lookup _xmpp-server._tcp.google.com on 192.168.0.1:53: no such host

template_funcs_test.go:84:
    t.Check(srv, DeepEquals, expected)
... obtained []*net.SRV = []*net.SRV(nil)
... expected []*net.SRV = []*net.SRV{(*net.SRV)(0xc000012bd0), (*net.SRV)(0xc000012be8), (*net.SRV)(0xc000012c00), (*net.SRV)(0xc000012c18), (*net.SRV)(0xc000012c30)}
... Difference:
...     []*net.SRV[0] != []*net.SRV[5]
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