]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.18] net: reenable SRV tests with _ldap._tcp.google.com
authorDamien Neil <dneil@google.com>
Wed, 30 Nov 2022 18:57:33 +0000 (13:57 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 9 Dec 2022 20:13:07 +0000 (20:13 +0000)
commit11f8a85e7eec74fa149b0fa90971d78240486ec3
tree92a6b5e9428871fe675cb1c3d8ceda403b7b1528
parent0b12684a4a79b93444a3517e4a53e543ce736388
[release-branch.go1.18] net: reenable SRV tests with _ldap._tcp.google.com

TestLookupDotsWithRemoteSource and TestLookupGoogleSRV
were disabled because they look up the no-longer-present
SRV record for _xmpp-server._tcp.google.com.

Change the tests to look for _ldap._tcp.google.com and
reenable them.

For #56708.
Fixes #56711.

Change-Id: I26475fa3ff6fc008048a4e5f24f0e96ee12f655c
Reviewed-on: https://go-review.googlesource.com/c/go/+/453861
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
(cherry picked from commit cb42bbddeb80ff08599079ee6b94088e5be88e5b)
Reviewed-on: https://go-review.googlesource.com/c/go/+/454295
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Jenny Rakoczy <jenny@golang.org>
src/net/lookup_test.go