-
Notifications
You must be signed in to change notification settings - Fork 94
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_activate_operation_updates_active_users needs a review #2546
Comments
happens also sometimes here |
import os class WMSControlWidget:
|
Not each test is failing. On production I don't have seen that problem. We need to investigate why in this order of tests the problem occures and likly improve a test. |
Hey @ReimarBauer , I could not reproduce the issue. Can you please help with this. |
just a follow up mention @ReimarBauer can you look into this please! |
This error happens randomly in parallel testing. It is not easy to catch. |
Modify the service_cache method to check if the directory exists before trying to list its files.import os def service_cache(self): |
That is not the solution because the problem seems only to occure in the tests on parallel testing. I believe we need to find the test which is the reason for this. |
I see this sometimes on my local tests
The text was updated successfully, but these errors were encountered: