-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/http2: "client connection lost" in TestTransportPingWhenReading #42514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am thinking that if these are slower machines, we should:
The tests that are failing are given 200-300ms to succeed which is probably too small if we have 4 tests running concurrently and slower hardware. |
Yeah, in general tests should not make any assumptions about things taking a “reasonable” amount of time. ( |
Change https://golang.org/cl/269797 mentions this issue: |
I've seen this occur again on |
Pings are either expected to occur, so count until you reach your goal before a deadline, or they do not occur, and the deadline is exceeded. Fixes golang/go#42514 Change-Id: If9ff19ed4954bee83ddeba83a4ac9c2d43f6e1c1 Reviewed-on: https://go-review.googlesource.com/c/net/+/269797 Trust: Bryan C. Mills <bcmills@google.com> Trust: Damien Neil <dneil@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
2020-11-10T03:11:24-69a7880/aix-ppc64
2020-11-10T03:11:24-69a7880/darwin-amd64-10_15
2020-11-10T03:11:24-69a7880/linux-arm
2020-11-10T03:11:24-69a7880/linux-ppc64-buildlet
2020-11-09T17:26:40-a11eb1b/aix-ppc64
2020-11-09T17:26:40-a11eb1b/darwin-amd64-10_15
2020-11-09T17:26:40-a11eb1b/freebsd-arm64-dmgk
2020-11-09T17:26:40-a11eb1b/linux-ppc64-buildlet
2020-10-31T05:49:03-ff519b6/linux-ppc64-buildlet
2020-10-31T05:49:03-ff519b6/solaris-amd64-oraclerel
2020-10-29T22:17:08-28c70e6/linux-ppc64-buildlet
2020-10-29T22:17:08-28c70e6/linux-ppc64le-buildlet
2020-10-27T13:37:19-8eef523/linux-ppc64-buildlet
2020-10-26T09:15:29-146b70c/dragonfly-amd64-5_8
2020-10-24T04:28:10-be3efd7/dragonfly-amd64-5_8
2020-10-22T23:12:55-08b3837/dragonfly-amd64
2020-10-22T23:12:55-08b3837/solaris-amd64-oraclerel
2020-10-21T03:54:29-f585440/linux-ppc64le-buildlet
2020-10-20T06:53:57-d65d470/plan9-amd64-9front
2020-10-16T16:51:38-7b1cca2/dragonfly-amd64
2020-10-16T16:51:38-7b1cca2/freebsd-arm64-dmgk
2020-10-10T22:47:23-4f7140c/plan9-386-0intro
2020-10-08T22:28:04-59f7323/freebsd-arm-paulzhol
2020-10-06T15:34:59-a7d1128/freebsd-arm-paulzhol
2020-10-02T20:24:02-0a1ea39/android-386-emu
2020-09-25T08:00:53-05aa5d4/freebsd-arm-paulzhol
2020-09-23T18:22:12-328152d/aix-ppc64
2020-09-23T18:22:12-328152d/freebsd-arm-paulzhol
2020-09-04T19:48:48-62affa3/freebsd-arm-paulzhol
2020-09-04T19:48:48-62affa3/linux-ppc64-buildlet
2020-09-04T19:48:48-62affa3/plan9-386-0intro
2020-08-13T13:45:08-3edf25e/freebsd-arm-paulzhol
2020-08-13T13:45:08-3edf25e/linux-ppc64-buildlet
2020-06-25T00:16:55-4c52546/freebsd-arm64-dmgk
2020-06-02T11:40:24-627f964/dragonfly-amd64-5_8
2020-06-02T11:40:24-627f964/linux-ppc64-buildlet
2020-05-28T22:51:25-3c3fba1/linux-ppc64-buildlet
2020-05-20T18:23:14-0ba52f6/darwin-amd64-10_12
CC @fraenkel @neild @tombergan @empijei @bradfitz
The text was updated successfully, but these errors were encountered: