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: tests don't pass when offline #4059

Closed
bradfitz opened this issue Sep 10, 2012 · 9 comments
Closed

net: tests don't pass when offline #4059

bradfitz opened this issue Sep 10, 2012 · 9 comments
Milestone

Comments

@bradfitz
Copy link
Contributor

all.bash no longer passes when offline (e.g. airplanes)

--- FAIL: TestMulticastListener (0.00 seconds)
multicast_test.go:71:   First ListenMulticastUDP failed: joinipv4group udp 224.0.0.254:
setsockopt: no such device
--- FAIL: TestSimpleMulticastListener (0.00 seconds)
multicast_test.go:113:  First ListenMulticastUDP failed: joinipv4group udp 224.0.0.254:
setsockopt: no such device
FAIL
FAIL    net 0.896s
@bradfitz
Copy link
Contributor Author

Comment 1:

(Linux 2.6.32 amd64 Lucid, 7fa140566591)

@mikioh
Copy link
Contributor

mikioh commented Sep 10, 2012

Comment 2:

Owner changed to @mikioh.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 3:

Labels changed: added go1.1.

@mikioh
Copy link
Contributor

mikioh commented Nov 20, 2012

Comment 4:

Linux doesn't have multicast capability on loopback interface by default.
Will add multicast capability check to tests in the net package.

@rsc
Copy link
Contributor

rsc commented Dec 10, 2012

Comment 5:

Labels changed: added size-m.

@mikioh
Copy link
Contributor

mikioh commented Mar 6, 2013

Comment 6:

Status changed to Started.

@mikioh
Copy link
Contributor

mikioh commented Mar 7, 2013

Comment 7:

This issue was closed by revision 2ac799c.

Status changed to Fixed.

@mikioh
Copy link
Contributor

mikioh commented Mar 8, 2013

Comment 8:

Issue #3352 has been merged into this issue.

@mikioh
Copy link
Contributor

mikioh commented Mar 8, 2013

Comment 9:

Issue #3352 has been merged into this issue.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants