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

Re-enable _multi_device in test_examples #44

Closed
ordabayevy opened this issue Mar 29, 2023 · 0 comments · Fixed by #93
Closed

Re-enable _multi_device in test_examples #44

ordabayevy opened this issue Mar 29, 2023 · 0 comments · Fixed by #93
Labels
bug Something isn't working testing

Comments

@ordabayevy
Copy link
Contributor

ordabayevy commented Mar 29, 2023

Removed _multi_device because of the error below (with TEST_DEVICES=2) which I could not get fixed

RuntimeError: The server socket has failed to listen on any local network address. The server socket has failed to bind to [::]:42063 (errno: 98 - Address already in use). The server socket has failed to bind to 0.0.0.0:42063 (errno: 98 - Address already in use).

Strangely this only happens when running all multi device tests (pytest -k multi_device) but doesn't happen when I run only test_examples (pytest test/test_examaples.py).

Originally posted by @ordabayevy in #42 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant