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
Add comprehensive AsyncPostgreSQLPool integration tests and CI database support
- Add AsyncPostgreSQLPool test suite with 397 lines covering initialization, configuration validation, connection management, and real database operations
- Implement PostgreSQL availability detection and environment-based configuration for integration tests
- Add connection pooling tests for reuse, concurrent operations, and failure handling scenarios
- Update GitHub Actions workflow to support both MySQL and PostgreSQL test matrices with proper service containers and health checks
- Add database-specific environment variables and wait conditions for reliable CI testing
0 commit comments