Files
golang.net/http2
Damien Neil db4efeb81f http2: deflake TestTransportGroupsPendingDials
This test makes assumptions about the internal structure of *clientConnPool,
as well as assuming that a goroutine will schedule and run within one
second. The former assumption isn't necessary, and the latter causes
flakiness.

Refactor the test to count dial and close calls, which is all it needs
to test the desired behavior (one pending dial per destination).

Fixes golang/go#43176.

Change-Id: I125b110f196e29f303960c6851089118f8fb5d38
Reviewed-on: https://go-review.googlesource.com/c/net/+/370175
Trust: Damien Neil <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2021-12-08 01:23:54 +00:00
..
2021-07-26 21:34:35 +00:00
2021-07-26 21:34:35 +00:00
2021-09-17 21:38:27 +00:00
2021-10-04 16:44:53 +00:00