Skip to content

net: TestTCPSupriousConnSetupCompletion is flaky #17703

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

Closed
josharian opened this issue Oct 31, 2016 · 1 comment
Closed

net: TestTCPSupriousConnSetupCompletion is flaky #17703

josharian opened this issue Oct 31, 2016 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@josharian
Copy link
Contributor

Broken out from #17472.

$ go test -run=TestTCPSupriousConnSetupCompletion net
ok  	net	3.614s
$ go test -run=TestTCPSupriousConnSetupCompletion net
--- FAIL: TestTCPSupriousConnSetupCompletion (22.69s)
	tcpsock_unix_test.go:60: #6589: dial tcp 127.0.0.1:55916: context deadline exceeded
	tcpsock_unix_test.go:60: #6732: dial tcp 127.0.0.1:55916: context deadline exceeded
	tcpsock_unix_test.go:60: #6786: dial tcp 127.0.0.1:55916: context deadline exceeded
	tcpsock_unix_test.go:60: #6830: dial tcp 127.0.0.1:55916: context deadline exceeded
FAIL
FAIL	net	22.765s

Also, please fix the spelling error in the test name.

@josharian josharian added the NeedsFix The path to resolution is known, but the work has not been done. label Oct 31, 2016
@josharian josharian added this to the Go1.8 milestone Oct 31, 2016
@bradfitz bradfitz self-assigned this Nov 11, 2016
@gopherbot
Copy link
Contributor

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

@golang golang locked and limited conversation to collaborators Nov 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants