]> Cypherpunks repositories - gostls13.git/commit
net: make TestDNSThreadLimit execute at the end of tests
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 18 Dec 2013 04:05:47 +0000 (13:05 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Wed, 18 Dec 2013 04:05:47 +0000 (13:05 +0900)
commitf439e07b1b43d7b4cdbd6db623cedac9735189c1
treefbab82a364f140c18c6c4928167a9fa5daeb53e2
parent8ce584c2aaf3cb3afbb6bf4b8fde340dbe38532a
net: make TestDNSThreadLimit execute at the end of tests

Because TestDNSThreadLimit consumes tons of file descriptors and
makes other tests flaky when CGO_ENABLE=0 or being with netgo tag.

Fixes #6580.

R=golang-dev, bradfitz, adg, minux.ma
CC=golang-dev
https://golang.org/cl/14639044
src/pkg/net/dialgoogle_test.go
src/pkg/net/z_last_test.go [new file with mode: 0644]