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: TestDialerDualStackFDLeak is flaky on platforms that support multiple acceptor threads #14223

Closed
mikioh opened this issue Feb 4, 2016 · 1 comment
Labels
FrozenDueToAge OS-Dragonfly OS-Linux Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented Feb 4, 2016

For example,

go test -v -run= TestDialerDualStackFDLeak -count=1000
(snip)
--- FAIL: TestDialerDualStackFDLeak (1.00s)
    dial_test.go:224: got 3; want 2

Because it doesn't block the possibility that the kernel allows to pull up pending connections.

@mikioh mikioh added this to the Go1.7 milestone Feb 4, 2016
@mikioh mikioh added the Testing An issue that has been verified to require only test changes, not just a test failure. label Feb 5, 2016
@gopherbot
Copy link

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

@golang golang locked and limited conversation to collaborators Feb 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge OS-Dragonfly OS-Linux 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

2 participants