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

net/http: test timeouts on dashboard #11418

Closed
aclements opened this issue Jun 26, 2015 · 2 comments
Closed

net/http: test timeouts on dashboard #11418

aclements opened this issue Jun 26, 2015 · 2 comments
Milestone

Comments

@aclements
Copy link
Member

Very recently, the dashboard has been sprinkled with test timeouts from net/http:

http://build.golang.org/log/ee751b24f32d3c3ac1b3669f53876b511c246cd9 (1045351, openbsd-amd64-gce56)
http://build.golang.org/log/be3b820d94c23442eb116333bd14867c889a7db5 (bf5e19f, linux-386-387)
http://build.golang.org/log/88373f9893aeb1272fdfae376493c06ea511c137 (895df14, linux-amd64-clang)
etc.

1045351 is the first failure and seems like a plausible cause, though the test isn't failing frequently enough to be sure it wasn't another recent net/http change.

@aclements aclements added this to the Go1.5 milestone Jun 26, 2015
@bradfitz
Copy link
Contributor

I can reproduce on Linux with:

$ go test -v -run=TestTransportAndServerSharedBodyRace -count=1000

Looking.

@gopherbot
Copy link

CL https://golang.org/cl/11610 mentions this issue.

@golang golang locked and limited conversation to collaborators Jun 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants