py_experimenter icon indicating copy to clipboard operation
py_experimenter copied to clipboard

SQLITE Test execution

Open LukasFehring opened this issue 1 year ago • 0 comments

  • 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

LukasFehring avatar Apr 22 '24 06:04 LukasFehring