py_experimenter
py_experimenter copied to clipboard
SQLITE Test execution
- 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