Skip to content

SQLITE Test execution #196

@LukasFehring

Description

@LukasFehring
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions