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
fix(backend): ExportServiceTest SQLite - single connection for in-memory, busy_timeout on verify
- Database.initForTests: use pool size 1 and minimumIdle 0 for :memory: SQLite
so export (on IO dispatcher) sees the same DB as test
- ExportServiceTest: add busy_timeout=5000 when opening exported file for verify;
use requireNotNull for exported flag row
Made-with: Cursor
0 commit comments