]> Cypherpunks repositories - gostls13.git/commit
net: ignore network failures on some builders
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 May 2016 16:24:57 +0000 (16:24 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 May 2016 17:24:09 +0000 (17:24 +0000)
commit1ff57143af65014c80e39cc0f19cd97a455f5b49
tree9cd438ac7eff531964969dd9b4894ebbdc639a94
parent61602b0e9e1daa0490793ef9ada3a51f8f482265
net: ignore network failures on some builders

We run the external network tests on builders, but some of our
builders have less-than-ideal DNS connectivity. This change continues
to run the tests on all builders, but marks certain builders as flaky
(network-wise), and only validates their DNS results if they got DNS
results.

Change-Id: I826dc2a6f6da55add89ae9c6db892b3b2f7b526b
Reviewed-on: https://go-review.googlesource.com/22852
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/internal/testenv/testenv.go
src/net/lookup_test.go