-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
identify: flaky TestLocalhostAddrFiltering #854
Comments
it appears that the underlying trigger here is a test which is spinning up two nodes, both on localhost, and both believing they have a localhost and a 1.2.3.4 address. When the underlying connection is made between the nodes, the connection should be made only between their 1.2.3 addresses, but it appears the nodes are seeing when they look at the conn that |
underlying issue is that the mocknet is choosing the link to actually use randomly https://github.com/libp2p/go-libp2p/blob/master/p2p/net/mock/mock_peernet.go#L152 |
Have skipped the test for now in this PR: #747. |
H |
It doesn't seem to flake any more: https://marcopolo.github.io/FlakyTests/. |
The text was updated successfully, but these errors were encountered: