-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/http2: flaky TestTransportReqBodyAfterResponse_403 #16102
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
Labels
FrozenDueToAge
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Comments
CL https://golang.org/cl/24903 mentions this issue. |
gopherbot
pushed a commit
to golang/net
that referenced
this issue
Jul 15, 2016
Removes a time.Sleep from a test. Fixes golang/go#16102 Change-Id: Ic1079ad3312d2dcfde4cc16dd0ee9661e1e509f2 Reviewed-on: https://go-review.googlesource.com/24903 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Not fixed: I have the real fix. |
CL https://golang.org/cl/24984 mentions this issue. |
c3mb0
pushed a commit
to c3mb0/net
that referenced
this issue
Apr 2, 2018
Removes a time.Sleep from a test. Fixes golang/go#16102 Change-Id: Ic1079ad3312d2dcfde4cc16dd0ee9661e1e509f2 Reviewed-on: https://go-review.googlesource.com/24903 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
c3mb0
pushed a commit
to c3mb0/net
that referenced
this issue
Apr 2, 2018
…ite error Fixes flakes like: https://build.golang.org/log/56e0561f9f6a740b75538692a1c3288f08949dd0 I reproduced the flake above with a time.Sleep(50 * time.Millisecond) before ClientConn.RoundTrip's final for{select{...}} loop (to give multiple channels time to become readable on the first select), and then ran (on linux/amd64) with: go test -v -run=TestTransportReqBodyAfterResponse_403 -count=50 -race Before, many failed. With this CL it never fails. (crosses fingers) Fixes golang/go#16102 (again) Change-Id: I93fde46846cd09445e53c140e9668382965d95c5 Reviewed-on: https://go-review.googlesource.com/24984 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Gerrand <adg@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
Testing
An issue that has been verified to require only test changes, not just a test failure.
See https://build.golang.org/log/e59465cf2e0b92444c0598c3a4d813353f3e53d9 and https://build.golang.org/log/ae3a78dd1d3ac52f57795918af38fb43cfe0aa59
The text was updated successfully, but these errors were encountered: