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
test(e2e): set busy_timeout on tag-owner-collision writable handles
The test opens a second writable bun:sqlite connection to the DB the live
plugin process is actively using, but without busy_timeout it fails with
'database is locked' the instant the plugin holds the write lock (e.g. during
its multi-second startup migration on slow CI disks). Mirror production
(initializeDatabase PRAGMA busy_timeout=5000) so the handle waits out the
concurrent writer instead of throwing immediately.
0 commit comments