+14
−0
Loading
- Use t.Cleanup with context.Background() for client shutdown instead of defer with the test context (which may be cancelled by teardown) - Add readiness wait loop in CI job for PostgreSQL and PgBouncer services before running tests