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
Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:84)
at org.springframework.jdbc.datasource.init.DatabasePopulatorUtils.execute(DatabasePopulatorUtils.java:52)
... 63 more
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
Example of integration tests failing with credentials problems:
https://github.com/GoogleCloudPlatform/spring-cloud-gcp/actions/runs/9649922009/job/26614418186?pr=2977
Also witnessed in now-closed PR: #2923
The text was updated successfully, but these errors were encountered: