Skip to content
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: TestTransportPingWhenReading fails on android-386-emu sometimes #40233

Closed
dmitshur opened this issue Jul 15, 2020 · 3 comments
Closed
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Jul 15, 2020

panic: Fail in goroutine after TestTransportPingWhenReading/two_pings_in_each_serverResponseInterval has completed

goroutine 14595 [running]:
testing.(*common).Fail(0xc0990500)
	/workdir/go/src/testing/testing.go:613 +0x105
testing.(*common).Error(0xc0990500, 0xc09bbfcc, 0x1, 0x1)
	/workdir/go/src/testing/testing.go:706 +0x62
golang.org/x/net/http2.testTransportPingWhenReading.func2.1(0xc0899a20, 0xc0921800, 0xc0c344a0, 0xc0990500, 0x3b9aca00, 0x0)
	/workdir/gopath/src/golang.org/x/net/http2/transport_test.go:3451 +0x30b
created by golang.org/x/net/http2.testTransportPingWhenReading.func2
	/workdir/gopath/src/golang.org/x/net/http2/transport_test.go:3437 +0x355
exitcode=2FAIL	golang.org/x/net/http2	24.773s

Source:

It may be the builder or the the test. Needs investigation.

/cc @bradfitz @tombergan per owners.

@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 15, 2020
@dmitshur dmitshur added this to the Unreleased milestone Jul 15, 2020
@dmitshur
Copy link
Contributor Author

Issue #39233 was related, but for Plan 9. /cc @millerresearch @0intro

@bcmills
Copy link
Contributor

bcmills commented Sep 9, 2020

I filed #41299 later but it has more detail, so marking this as a duplicate of that.

@bcmills
Copy link
Contributor

bcmills commented Sep 9, 2020

Duplicate of #41299

@bcmills bcmills marked this as a duplicate of #41299 Sep 9, 2020
@bcmills bcmills closed this as completed Sep 9, 2020
@golang golang locked and limited conversation to collaborators Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants