We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TestLookupSRV
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]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: