-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/net/http2: frequent failures in TestClientConnCloseAtBody [1.16 backport] #49910
Labels
CherryPickApproved
Used during the release process for point releases
FrozenDueToAge
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Comments
gopherbot
added
the
CherryPickCandidate
Used during the release process for point releases
label
Dec 1, 2021
Change https://golang.org/cl/368554 mentions this issue: |
mknyszek
added
the
CherryPickApproved
Used during the release process for point releases
label
Dec 1, 2021
Approving because it's a test-only fix that improves the reliability of the release builders. CC @dmitshur |
dmitshur
added
the
Testing
An issue that has been verified to require only test changes, not just a test failure.
label
Dec 1, 2021
gopherbot
pushed a commit
to golang/net
that referenced
this issue
Dec 1, 2021
… active in tests Deflake TestClientConnCloseAtBody, which assumes all streams have been fully cleaned up after ClientConn.Close returns. Only count active streams, not ones in the process of aborting. Perhaps ClientConn.Close should block until all streams have been cleaned up, although this could result in Close blocking indefinitely if a stream is blocked reading from the request body. For golang/go#49335. For golang/go#49910. Change-Id: I172e0d3f10875191d29b24598de0abbdeb35e434 Reviewed-on: https://go-review.googlesource.com/c/net/+/361536 Trust: Damien Neil <[email protected]> Run-TryBot: Damien Neil <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> (cherry picked from commit b53810d) Reviewed-on: https://go-review.googlesource.com/c/net/+/368554 Reviewed-by: Michael Knyszek <[email protected]>
gopherbot
removed
the
CherryPickCandidate
Used during the release process for point releases
label
Dec 1, 2021
Change https://golang.org/cl/368594 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Dec 2, 2021
Pull in approved backports to golang.org/x/net/http2: 64539c1 http2: don't count aborted streams as active in tests e677a40 ipv6: OpenBSD does not appear to support multicast loopback d8ae719 net/http2: Fix handling of expect continue cc2f99c http2: avoid busy loop when ResponseHeaderTimeout is set 5533dda http2: avoid spurious RoundTrip error when server closes and resets stream 26ec667 http2: close conns after use when req.Close is set By doing: $ go get -d golang.org/x/[email protected] go: downloading golang.org/x/net v0.0.0-20211201233224-64539c132272 go get: upgraded golang.org/x/net v0.0.0-20211101194150-d8c3cde3c676 => v0.0.0-20211201233224-64539c132272 $ go mod tidy $ go mod vendor $ go generate -run=bundle std Fixes #49904. Fixes #49623. Fixes #49661. Fixes #49560. Fixes #49908. Fixes #49910. Change-Id: I73261b189f84cf1919a79129ec36a1c187723133 Reviewed-on: https://go-review.googlesource.com/c/go/+/368594 Trust: Michael Knyszek <[email protected]> Run-TryBot: Michael Knyszek <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
CherryPickApproved
Used during the release process for point releases
FrozenDueToAge
Testing
An issue that has been verified to require only test changes, not just a test failure.
@neild requested issue #49335 to be considered for backport to the next 1.16 minor release.
The text was updated successfully, but these errors were encountered: