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: TestDualStack{TCP,UDP}Listener sometimes fails on dragonfly #10729

Closed
mikioh opened this issue May 6, 2015 · 3 comments
Closed

net: TestDualStack{TCP,UDP}Listener sometimes fails on dragonfly #10729

mikioh opened this issue May 6, 2015 · 3 comments
Labels
FrozenDueToAge 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 May 6, 2015

Looks like dragonfly has a bit advanced IP tuple booking stuff. Perhaps it might be the root cause of #7473.

--- FAIL: TestDualStackTCPListener (0.00s)
    listen_test.go:227: skipping tcp  test
    listen_test.go:227: skipping tcp  test
    listen_test.go:227: skipping tcp 0.0.0.0 test
    listen_test.go:227: skipping tcp  test
    listen_test.go:227: skipping tcp :: test
    listen_test.go:227: skipping tcp 0.0.0.0 test
    listen_test.go:227: skipping tcp :: test
    listen_test.go:227: skipping tcp ::ffff:0.0.0.0 test
    listen_test.go:227: skipping tcp :: test
    listen_test.go:227: skipping tcp4  test
    listen_test.go:227: skipping tcp6  test
    listen_test.go:227: skipping tcp4 0.0.0.0 test
    listen_test.go:227: skipping tcp6 :: test
    listen_test.go:265: listen tcp4 127.0.0.1:50019: bind: address already in use
FAIL

See http://build.golang.org/log/76a1b8aa6fe8ff538df3abef24e03b6cf63ca707.

@mikioh mikioh added the Testing An issue that has been verified to require only test changes, not just a test failure. label May 6, 2015
@mikioh mikioh added this to the Unplanned milestone May 6, 2015
@gopherbot
Copy link

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

mikioh pushed a commit that referenced this issue May 7, 2015
This change doesn't work perfectly on IPv6-only kernels including CLAT
enabled kernels, but works enough on IPv4-only kernels.

Fixes #10721.
Updates #10729.

Change-Id: I7db0e572e252aa0a9f9f54c8e557955077b72e44
Reviewed-on: https://go-review.googlesource.com/9777
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@mikioh mikioh changed the title net: TestDualStackTCPListener sometimes fails on dragonfly net: TestDualStack{TCP,UDP}Listener sometimes fails on dragonfly May 7, 2015
@gopherbot
Copy link

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

@mikioh
Copy link
Contributor Author

mikioh commented May 9, 2015

Merged into #10764.

@mikioh mikioh closed this as completed May 9, 2015
@mikioh mikioh modified the milestones: Go1.5, Unplanned May 23, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge 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