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: TestTransportServerClosingUnexpectedly flake #32119

Closed
bradfitz opened this issue May 17, 2019 · 3 comments
Closed

net/http: TestTransportServerClosingUnexpectedly flake #32119

bradfitz opened this issue May 17, 2019 · 3 comments
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bradfitz
Copy link
Contributor

https://storage.googleapis.com/go-build-log/904efc2f/openbsd-amd64-64_712e4f4a.log

ok  	net	52.942s
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:37280: read tcp 127.0.0.1:24157->127.0.0.1:37280: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:37565: read tcp 127.0.0.1:24157->127.0.0.1:37565: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:40137: read tcp 127.0.0.1:24157->127.0.0.1:40137: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:17377: read tcp 127.0.0.1:24157->127.0.0.1:17377: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:5677: read tcp 127.0.0.1:24157->127.0.0.1:5677: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:13202: read tcp 127.0.0.1:24157->127.0.0.1:13202: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:21002: read tcp 127.0.0.1:24157->127.0.0.1:21002: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:10265: read tcp 127.0.0.1:24157->127.0.0.1:10265: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:6402: read tcp 127.0.0.1:24157->127.0.0.1:6402: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:13967: read tcp 127.0.0.1:24157->127.0.0.1:13967: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:34358: read tcp 127.0.0.1:24157->127.0.0.1:34358: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:9286: read tcp 127.0.0.1:24157->127.0.0.1:9286: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:41642: write tcp 127.0.0.1:24157->127.0.0.1:41642: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:40215: read tcp 127.0.0.1:24157->127.0.0.1:40215: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:5825: read tcp 127.0.0.1:24157->127.0.0.1:5825: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:18695: read tcp 127.0.0.1:24157->127.0.0.1:18695: use of closed network connection
2019/05/17 12:06:05 http: TLS handshake error from 127.0.0.1:21243: write tcp 127.0.0.1:24157->127.0.0.1:21243: use of closed network connection
--- FAIL: TestTransportServerClosingUnexpectedly (0.06s)
    transport_test.go:790: expected body2 and body3 to be different
FAIL
FAIL	net/http	5.413s
FAIL
2019/05/17 12:06:10 Failed: exit status 1


Error: tests failed: dist test failed: go_test:net/http: exit status 1
@bradfitz bradfitz added Testing An issue that has been verified to require only test changes, not just a test failure. help wanted NeedsFix The path to resolution is known, but the work has not been done. labels May 17, 2019
@bradfitz bradfitz added this to the Go1.13 milestone May 17, 2019
@arashbina
Copy link
Contributor

I can take a look if no one is working on it.

@bradfitz
Copy link
Contributor Author

@arashbina, feel free.

@gopherbot
Copy link

Change https://golang.org/cl/178918 mentions this issue: net/http: fix TestTransportServerClosingUnexpectedly flake

@golang golang locked and limited conversation to collaborators May 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants