]> Cypherpunks repositories - gostls13.git/commit
net/http: deflake TestTransportPersistConnLeak on macOS
authorRuss Cox <rsc@golang.org>
Mon, 12 Oct 2020 15:56:15 +0000 (11:56 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Oct 2020 17:22:19 +0000 (17:22 +0000)
commit373695727b8975d20168ca0d6ae338f98a4a079a
treea663200e51ba8df3be6d9f4644981584a4f7c49e
parent9e2acf94fe1baa8bdffb21c2d54e0186ac88b68b
net/http: deflake TestTransportPersistConnLeak on macOS

On a loaded system, sometimes connections don't work out.
Ignore those in TestTransportPersistConnLeak to avoid flakes.

For #33585.

Change-Id: Ic07057532dc0ea5115d6ec49c3c29099a9382295
Reviewed-on: https://go-review.googlesource.com/c/go/+/261538
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Russ Cox <rsc@golang.org>
src/net/http/transport_test.go