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

test: make test fails to run #191

Open
mmalenic opened this issue Mar 28, 2024 · 0 comments
Open

test: make test fails to run #191

mmalenic opened this issue Mar 28, 2024 · 0 comments
Labels
bug Something isn't working platform test an issue relating to tests

Comments

@mmalenic
Copy link
Member

Running make tests outputs an error when testing the sequence run manager:

Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5432 -> 0.0.0.0:0: listen tcp 0.0.0.0:5432: bind: address already in use

I think this is due to a similar concurrency error solved by #184. I.e. because tests run in parallel, and the stack is synthesized multiple times in the tests, make up tries to use the same port more than once, causing the error.

@mmalenic mmalenic added bug Something isn't working test an issue relating to tests labels Mar 28, 2024
@mmalenic mmalenic changed the title make test fails to run test: make test fails to run Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform test an issue relating to tests
Projects
None yet
Development

No branches or pull requests

2 participants