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 cluster::isolation::anomaly_dirty_read blocks indefinitely #44

Closed
bud-adamas opened this issue Mar 15, 2021 · 1 comment
Closed

Comments

@bud-adamas
Copy link

It looks like:

     Running target/debug/deps/tests-28925d9acf338694

running 1 test
test cluster::isolation::anomaly_dirty_read ... 

It seems blocked within tokio, but I am not falimiar with tokio.

@erikgrinaker
Copy link
Owner

This usully happens because there is another ToyDB process already running that's listening on the same port (the tests use the default port), so some messages get sent to it instead of the test instance.

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

2 participants