]> Cypherpunks repositories - gostls13.git/commit
net: remove redundant test case for lookupIP with threadLimit
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 31 Dec 2014 06:45:46 +0000 (15:45 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 1 Jan 2015 05:20:16 +0000 (05:20 +0000)
commita456801615223d11ef7252180af46ed79b0a6ab8
tree03bd2aedcc10477c4b19d6f9528dd0355a74725c
parent1f282385579fc404f1246fd7ffa8b4e517401d19
net: remove redundant test case for lookupIP with threadLimit

There is no reason to have the redundant test case TestDNSThreadLimt
because TestLookupIPDeadline does cover what we need to test with
-dnsflood flag and more.

Also this CL moves TestLookupIPDeadline into lookup_test.go to avoid
abusing to control the order of test case execution by using file name.

Change-Id: Ib417d7d3411c59d9352c03c996704d584368dc62
Reviewed-on: https://go-review.googlesource.com/2204
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/lookup_test.go
src/net/z_last_test.go [deleted file]