]> Cypherpunks repositories - gostls13.git/commit
net/http: change TestServerAllowsBlockingRemoteAddr to non-parallel
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 10 Mar 2017 06:02:13 +0000 (22:02 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 10 Mar 2017 18:46:54 +0000 (18:46 +0000)
commitd9fe2332ba63d1dd9416438a53b58bd6a91626b6
treecbcc80866f1e48bb8a64acb689772a4b2a9a5729
parent4b3a55ec0243a291f4794c7057e120e000538886
net/http: change TestServerAllowsBlockingRemoteAddr to non-parallel

It appears that this test is particularly
sensitive to resource starvation.
Returning it to non-parallel should reduce flakiness,
by giving it the full system resources to run.

Fixes #19161

Change-Id: I6e8906516629badaa0cffeb5712af649dc197f39
Reviewed-on: https://go-review.googlesource.com/38005
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/serve_test.go