Run Aurora Integration Tests Default #140
Annotations
3 errors and 1 warning
Run integration tests:
TestRunner.java#L29
490.9sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [RDS_MULTI_AZ_CLUSTER, PG, OPENJDK11, MULTI_INSTANCE, 3, [AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_TRACES_ENABLED, HIKARI, SECRETS_MANAGER, TELEMETRY_METRICS_ENABLED, NETWORK_OUTAGES_ENABLED, FAILOVER_SUPPORTED, SKIP_MARIADB_DRIVER_TESTS]]
java.lang.RuntimeException: An exception occurred while creating the rds_tools extension.
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:498)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:347)
at integration.host.TestEnvironment.createAuroraOrMultiAzEnvironment(TestEnvironment.java:222)
at integration.host.TestEnvironment.build(TestEnvironment.java:149)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: org.postgresql.util.PSQLException: The connection attempt failed.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:364)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54)
at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273)
at org.postgresql.Driver.makeConnection(Driver.java:446)
at org.postgresql.Driver.connect(Driver.java:298)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at integration.DriverHelper.getDriverConnection(DriverHelper.java:397)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:494)
... 4 more
Caused by: java.net.UnknownHostException: test-pg-332221655671.cluster-.***
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:607)
at org.postgresql.core.PGStream.createSocket(PGStream.java:260)
at org.postgresql.core.PGStream.<init>(PGStream.java:121)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:140)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:268)
... 12 more
|
Run integration tests:
task ':aws-advanced-jdbc-wrapper:test-all-pg-multi-az'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test-all-pg-multi-az':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the results at: file:///home/runner/work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/test-results/test-all-pg-multi-az/
|
Run integration tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading