-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
- PyExperimenter version: Any
- Database provider: SQLITE
- Python version: Any
- Operating System: MAC
Description
When executing CI, the MAC tests fail with a high likelihood. This is due to two processes trying to connect to the same SQLite database, while SQLite does not support it
Steps to Reproduce
Execute test cases in CI
How to Fix:
Move SQlite databases into temp dir, resulting in each process connecting to a different SQLite database
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels