You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mikioh
changed the title
x/net/ipv6: multicastlistener_test.go assumes a specific port is available
x/net/{ipv4,ipv6]: multicastlistener_test.go assumes a specific port is available
Jun 4, 2017
mikioh
changed the title
x/net/{ipv4,ipv6]: multicastlistener_test.go assumes a specific port is available
x/net/{ipv4,ipv6}: multicastlistener_test.go assumes a specific port is available
Jun 4, 2017
There are two tests in this file that assume that IPv6 port 1024 is available:
https://github.com/golang/net/blob/master/ipv6/multicastlistener_test.go#L73:
https://github.com/golang/net/blob/master/ipv6/multicastlistener_test.go#L140
That makes the test excessively fragile when run on a machine that may have open IPv6 connections.
The text was updated successfully, but these errors were encountered: