]> Cypherpunks repositories - gostls13.git/commit
net: add tests for forceGoDNS and forceCgoDNS
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Tue, 2 May 2023 18:40:56 +0000 (18:40 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 12 May 2023 19:21:10 +0000 (19:21 +0000)
commitf2fcea5009d06d14b9869879f897c4ffb11cf953
tree43f4cff88d09b4c5960a00c2a5a58a7588a2fa90
parent202ba7deab99251577027b8a1360d5d21c76e75d
net: add tests for forceGoDNS and forceCgoDNS

There was a bug in forceCgoDNS (CL 479416), it was fixed by CL 487196, so
add a test case for it.

Change-Id: I2010374451ef236dc2898d9e9ea006eb8b40d02e
GitHub-Last-Rev: 34a84fad33404c66c3ee20cb63803214c42e991d
GitHub-Pull-Request: golang/go#59922
Reviewed-on: https://go-review.googlesource.com/c/go/+/491255
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/net/main_conf_test.go