]> Cypherpunks repositories - gostls13.git/commit
net: attempt to deflake TestListenCloseListen
authorBryan C. Mills <bcmills@google.com>
Sat, 20 Jan 2024 00:05:53 +0000 (19:05 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 22 Jan 2024 16:30:46 +0000 (16:30 +0000)
commit41c05ea4b937ceb7b4eb7c3599f144f95da5e04e
treeb7a18795188147206d2dcc0f4753f330a24fcdeb
parent40fab294de5eb0ac7c071194a77b4ba2e5cfe5c1
net: attempt to deflake TestListenCloseListen

Also make it flakier in longtest mode by burning through more
ephemeral ports. (Burning through the ports raised the failure rate
for me locally enough to reliably reproduce the failure in #65175 with
-count=10.)

Fixes #65175 (I hope).

Change-Id: I5f5b68b6bf6a6aa92e66f0288078817041656a3e
Reviewed-on: https://go-review.googlesource.com/c/go/+/557177
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/net_test.go