Files
Aleksey Shakhmatov 5aa9c783c3
All checks were successful
CI / test (push) Successful in 30s
Fix NewTestCluster to skip tests when DB is unreachable
pgxpool.NewWithConfig does not connect eagerly, so NewCluster succeeds
even without a running database. Added a Ping check after cluster
creation to reliably skip tests when the database cannot be reached.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 00:22:02 +03:00
..