-
-
Notifications
You must be signed in to change notification settings - Fork 315
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 in test_cli.py
and the second case of tests/test_watch.py
fail
#286
Comments
Thanks for the report. This is now fixed in master. |
They seem to still randomly fail, either when running with tox or directly with py.test for all python versions. I also use a virtualenenv. Do you think it is related to #137 or even #171? Example
|
@takhs91 I am not able to reproduce the failures locally. I don't think they're related to the other two issues you linked. Can you double check that you grabbed the latest changes off of master? Do the tests pass if you increase the values passed to |
Yes I have the latest changes. They still randomly fail not matter how much I increase the wait time. |
I'm on macOS. Would you mind giving master a try now? |
They are passing now. Well done! |
Thanks! |
Issues
Currently all tests in
test_cli.py
and the second case oftests/test_watch.py
fail locally.Either this is known or they simply stopped working after they were excluded from running in the ci.
commit
What OS are you using?
Linux Mint 18 64-bit 4.4.0-174-generic
What version of Dramatiq are you using?
latest master same applies to 1.8.1
What did you do?
Run tests locally with
tox
What did you expect would happen?
All tests should pass
What happened?
Tests in
test_cli.py
and the second case oftests/test_watch.py
fail locallyThe text was updated successfully, but these errors were encountered: