You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: