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 I am running pest in parallel using sqlite as my database driver it creates a temporary database file for each process. If I call my database file database.sqlite and it creates files database.sqlite_test_{process no.}. Shouldn't these files be deleted after the run is finished?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I am running pest in parallel using sqlite as my database driver it creates a temporary database file for each process. If I call my database file
database.sqlite
and it creates filesdatabase.sqlite_test_{process no.}
. Shouldn't these files be deleted after the run is finished?Beta Was this translation helpful? Give feedback.
All reactions