]> Cypherpunks.ru repositories - gostls13.git/commit
net/http: deflake TestClientRedirect308NoGetBody
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Mar 2017 17:44:11 +0000 (17:44 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Mar 2017 21:03:57 +0000 (21:03 +0000)
commitffe923f6f427f5ab47f4e1f4584369212add07e2
tree5dbef17feb6da3a09d2a5891d95283acdbbfeee0
parent95c9583a182ff2433fde9fae98f5dde9edd337e1
net/http: deflake TestClientRedirect308NoGetBody

In an unrelated CL I found a way to increase the likelihood of latent
flaky tests and found this one.

This is just like yesterday's https://golang.org/cl/37624 and dozens
before it (all remnants from the great net/http test parallelization
of Nov 2016 in https://golang.org/cl/32684).

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