-
Notifications
You must be signed in to change notification settings - Fork 0
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
Open Source #69
Comments
|
@robinmanuelthiel there were two actions for some reason concurrent, which leads to the failing. After re-run it worked, you can continue |
Don't hink its two actions. It happens again. #79 Could it be, that the tests can't be run in parallel? |
@SebastianKuesters, I think I fixed it by not allowing the tests to run in parallel. see 149e74c Anyway, although it fixes it for now, I would argue that this is a clean-code antipattern. Tests should be totally independent of each other and not rely on each other's orders or parallelism of execution. Also, I think that many test that are in the |
The text was updated successfully, but these errors were encountered: