Don't get Statement from closed ResultSet (#1130) #20
run-integration-tests-default.yml
on: push
Matrix: Run Aurora integration tests with default engine version
Annotations
8 errors and 1 warning
Run Aurora integration tests with default engine version (mysql-aurora):
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [AURORA, MYSQL, OPENJDK11, MULTI_INSTANCE, 5, [SKIP_PG_DRIVER_TESTS, AWS_CREDENTIALS_ENABLED, SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, HIKARI, TELEMETRY_TRACES_ENABLED, TELEMETRY_METRICS_ENABLED, IAM, FAILOVER_SUPPORTED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: 3ecf6d5a-4ca0-4766-b482-9a1ff810c07a)
at integration.host.TestEnvironment.createAuroraOrMultiAzEnvironment(TestEnvironment.java:207)
at integration.host.TestEnvironment.build(TestEnvironment.java:148)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: 3ecf6d5a-4ca0-4766-b482-9a1ff810c07a)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:464)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:347)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:1095)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: 3ecf6d5a-4ca0-4766-b482-9a1ff810c07a)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleErrorResponse(CombinedResponseHandler.java:125)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleResponse(CombinedResponseHandler.java:82)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:60)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:38)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:74)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:43)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:79)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage.execute(ApiCallAttemptMetricCollectionStage.java:55)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage.execute(ApiCallAttemptMetricCollectionStage.java:39)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage2.executeRequest(RetryableStage2.java:93)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage2.execute(RetryableStage2.java:56)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage2.execute(RetryableStage2.java:36)
at software.amazon.awssdk.core.internal.ht
|
Run Aurora integration tests with default engine version (mysql-aurora):
task ':aws-advanced-jdbc-wrapper:test-all-mysql-aurora'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test-all-mysql-aurora':
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-mysql-aurora/
|
Run Aurora integration tests with default engine version (mysql-aurora)
Process completed with exit code 1.
|
Run Aurora integration tests with default engine version (mysql-multi-az):
TestRunner.java#L30
20238.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [RDS_MULTI_AZ_CLUSTER, MYSQL, OPENJDK11, MULTI_INSTANCE, 3, [TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI, NETWORK_OUTAGES_ENABLED, SKIP_PG_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, SECRETS_MANAGER, FAILOVER_SUPPORTED]]
org.opentest4j.AssertionFailedError: Some tests failed. ==> expected: <0> but was: <1>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:672)
at integration.util.ContainerHelper.runTest(ContainerHelper.java:117)
at integration.host.TestEnvironment.runTests(TestEnvironment.java:957)
at integration.host.TestRunner.runTests(TestRunner.java:30)
|
Run Aurora integration tests with default engine version (mysql-multi-az):
task ':aws-advanced-jdbc-wrapper:test-all-mysql-multi-az'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test-all-mysql-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-mysql-multi-az/
|
Run Aurora integration tests with default engine version (mysql-multi-az)
Process completed with exit code 1.
|
Run Aurora integration tests with default engine version (pg-multi-az)
The job running on runner GitHub Actions 257 has exceeded the maximum execution time of 360 minutes.
|
Run Aurora integration tests with default engine version (pg-multi-az)
The operation was canceled.
|
Run Aurora integration tests with default engine version (pg-multi-az)
No files were found with the provided path: ./wrapper/build/report. No artifacts will be uploaded.
|