]> Cypherpunks repositories - gostls13.git/commit
net: disable TestDNSThreadLimit even in non-short mode by default
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 14 Feb 2014 03:20:21 +0000 (12:20 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Fri, 14 Feb 2014 03:20:21 +0000 (12:20 +0900)
commit2277e8d3c9c3f14aa9536f4aaeea6bfa6c316f3f
tree0094a4a40ec8b839f39edf71ac45c9f937d2c256
parent801e40a0a4320827d52eca60bb42946cc5f81fc4
net: disable TestDNSThreadLimit even in non-short mode by default

TestDNSThreadLimit creates tons of DNS queries and it occasionally
causes an unintentional traffic jam and/or crash of some virtual
machine software, especially its builtin networking stuff.

We can run TestDNSThreadLimit with -dnsflood flag instead.

LGTM=dave, rsc
R=rsc, dave
CC=golang-codereviews
https://golang.org/cl/63600043
src/pkg/net/z_last_test.go