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: wait for PgBouncer to be fully operational before running tests (#111)
Added wait_for_pgbouncer() function that:
1. Waits for container health status to be "healthy"
2. Waits for PgBouncer to accept connections and respond to SHOW VERSION
This fixes race condition where tests would fail if PgBouncer was still
initializing when the test suite started, even though the container was
marked as healthy.
0 commit comments