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

Tests can not be run in parallel #76

Open
Kaffeine opened this issue Jan 18, 2020 · 0 comments
Open

Tests can not be run in parallel #76

Kaffeine opened this issue Jan 18, 2020 · 0 comments

Comments

@Kaffeine
Copy link
Owner

Kaffeine commented Jan 18, 2020

The issue is that (some) tests start a local server on the same address and port. One of the possible solutions is to use a different address in each test.
E.g. use 127.0.1.x for MessagesApi test, 127.0.2.x for FilesApi, etc.

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