-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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 race on linux/amd64 trybot #17868
Comments
/cc @bradfitz |
Well, that's frickin' useless. |
$ GORACE="atexit_sleep_ms=0 history_size=7" stress -failure="DATA RACE" -p 16 ./http.test -test.short gives full report in a minute:
|
CL https://golang.org/cl/33013 mentions this issue. |
@bradfitz hello, just came across panic that most probably caused by this issue. I am a bit lost - why data race fix like this have not been included into go1.7.5? Should we use |
You can wait two days for Go 1.8 final. |
Fixes golang/go#17868 Change-Id: I7f9d85f404198d68757d7ca5bb8b1e7aafaafa8b Reviewed-on: https://go-review.googlesource.com/33013 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Tom Bergan <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
I see a race on the linux-amd64-race trybot running over some unrelated code (CL 32923):
https://storage.googleapis.com/go-build-log/17537d3e/linux-amd64-race_d3fd3644.log
I see that there are some recent test-flake-related commits in net/http but I cannot reproduce the race locally within a few
test -race
runs so I don't know whether it's fixed or not.The text was updated successfully, but these errors were encountered: