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

Integration tests fail with 'Errno::EADDRINUSE' #1

Open
martin-schmidt opened this issue Oct 3, 2015 · 0 comments
Open

Integration tests fail with 'Errno::EADDRINUSE' #1

martin-schmidt opened this issue Oct 3, 2015 · 0 comments

Comments

@martin-schmidt
Copy link

All tests in spec/integration/version_handshake_spec.rb bind BN::P2p::Server to port 3333. It's not ensured that the socket opened by a previous test is already closed when the next test starts.

This leads to an error:
Errno::EADDRINUSE: Address already in use - bind(2) for "localhost" port 3333

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant