-
Notifications
You must be signed in to change notification settings - Fork 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
some p2p tests fail when port is in use #1344
Comments
More to this: the p2p tests expect there to be no other libp2p peer within discovery. So the tests are creating a libp2p node and inadvertently connecting to the ipfs node. This changes some test expectations with discovery, among other things. The ideal solution is to execute this test within a network sandbox or some virtual environment. |
The solution is to add the following tag tags = ["block-network"], As @wildmolasses, this isn't support on Mac (yet) but would still be an improvement. |
Can this be closed @prestonvanloon ? |
Yeah, should be OK |
When running my
ipfs daemon
, or when running beacon chain (@prestonvanloon), the following tests fail:When I exit my ipfs daemon the tests pass.
@prestonvanloon 's thought from discord:
The text was updated successfully, but these errors were encountered: