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 unit tests by disabling background worker during tests
* Fix E2E test race condition in extension drop/recreate tests
Add 1-second delay after worker table initialization to avoid migration
conflicts when client connects. The race condition occurred when:
1. Background worker initializes duroxide-pg tables
2. Client session calls df.start() and creates its own PostgresProvider
3. Both try to run migrations concurrently, causing duplicate key errors
Tests fixed: 25_extension_creation_security, 26_drop_create_loop
0 commit comments