-
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
net/http/httptest: test Server blocked after 5 seconds with StateNew conns #13032
Labels
Milestone
Comments
Yup. :( I spent a couple days fighting that CL originally (the one now causing the flakes) and then at the last minute we simplified it, cutting it way back and I thought we made it more reliable (by making it more aggressive). I'll investigate and fix with a vengeance. I hate flakes. |
CL https://golang.org/cl/16313 mentions this issue. |
chewymeister
pushed a commit
to pivotal-cf/cf-redis-broker
that referenced
this issue
Oct 7, 2016
Sometimes httptest.Server.Close() seems to block forever. There's an issue that mentions this problem: golang/go#13032 That issue was supposed to be fixed but we still see this happening on sometimes. I'm going to lower the request interval in the hope that this gives the server enough time to shutdown.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See https://storage.googleapis.com/go-build-log/cd0968ff/linux-amd64_3f5c4149.log
From changes in https://go-review.googlesource.com/#/c/15151/
The text was updated successfully, but these errors were encountered: