fix: SlidingExpirationCache and SlidingExpirationCacheWithCleanupThre… #25
run-integration-tests-default.yml
on: push
Matrix: Run Aurora integration tests with default engine version
Annotations
15 errors
Run Aurora integration tests with default engine version (pg-multi-az):
TestRunner.java#L29
6.4sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [RDS_MULTI_AZ_CLUSTER, PG, OPENJDK11, MULTI_INSTANCE, 3, [NETWORK_OUTAGES_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS, SECRETS_MANAGER, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS]]
java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InvalidDbInstanceStateException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: bf53850d-da5b-4892-b631-bfbfb7f588f2)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:464)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:347)
at integration.host.TestEnvironment.createAuroraOrMultiAzEnvironment(TestEnvironment.java:222)
at integration.host.TestEnvironment.build(TestEnvironment.java:148)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: software.amazon.awssdk.services.rds.model.InvalidDbInstanceStateException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: bf53850d-da5b-4892-b631-bfbfb7f588f2)
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.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:53)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:35)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.executeWithTimer(ApiCallTimeoutTrackingStage.java:82)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.execute(ApiCallTimeoutTrackingStage.java:62)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTi
|
Run Aurora integration tests with default engine version (pg-multi-az):
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 Aurora integration tests with default engine version (pg-multi-az)
Process completed with exit code 1.
|
Run Aurora integration tests with default engine version (mysql-aurora):
TestRunner.java#L29
5.7sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [AURORA, MYSQL, OPENJDK11, SINGLE_INSTANCE, 1, [NETWORK_OUTAGES_ENABLED, SECRETS_MANAGER, SKIP_PG_DRIVER_TESTS, IAM, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI]]
java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: cad80a32-c41c-4b46-8865-af6f84e3bc27)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:464)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:334)
at integration.host.TestEnvironment.createAuroraOrMultiAzEnvironment(TestEnvironment.java:222)
at integration.host.TestEnvironment.build(TestEnvironment.java:148)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: cad80a32-c41c-4b46-8865-af6f84e3bc27)
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.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:53)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:35)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.executeWithTimer(ApiCallTimeoutTrackingStage.java:82)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.execute(ApiCallTimeoutTrackingStage.java:62)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.execute(ApiCallTim
|
Run Aurora integration tests with default engine version (mysql-aurora):
TestRunner.java#L29
1.8sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[2], [2] - Test environment [AURORA, MYSQL, OPENJDK11, MULTI_INSTANCE, 2, [NETWORK_OUTAGES_ENABLED, SECRETS_MANAGER, SKIP_PG_DRIVER_TESTS, IAM, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: a2a56742-d7ee-4ec4-8329-7cf8dc8fc437)
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: a2a56742-d7ee-4ec4-8329-7cf8dc8fc437)
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: a2a56742-d7ee-4ec4-8329-7cf8dc8fc437)
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):
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [AURORA, MYSQL, OPENJDK11, MULTI_INSTANCE, 5, [NETWORK_OUTAGES_ENABLED, SECRETS_MANAGER, SKIP_PG_DRIVER_TESTS, IAM, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: e92a48c1-c789-46de-b51f-91763ff96382)
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.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: e92a48c1-c789-46de-b51f-91763ff96382)
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.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: e92a48c1-c789-46de-b51f-91763ff96382)
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#L29
3.3sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [RDS_MULTI_AZ_CLUSTER, MYSQL, OPENJDK11, MULTI_INSTANCE, 3, [NETWORK_OUTAGES_ENABLED, HIKARI, TELEMETRY_TRACES_ENABLED, SECRETS_MANAGER, FAILOVER_SUPPORTED, TELEMETRY_METRICS_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_PG_DRIVER_TESTS]]
java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: 21ecba21-a4cc-49ac-8fbc-bc55d55c2e2c)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:464)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:347)
at integration.host.TestEnvironment.createAuroraOrMultiAzEnvironment(TestEnvironment.java:222)
at integration.host.TestEnvironment.build(TestEnvironment.java:148)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: 21ecba21-a4cc-49ac-8fbc-bc55d55c2e2c)
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.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:53)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:35)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.executeWithTimer(ApiCallTimeoutTrackingStage.java:82)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.execute(ApiCallTimeoutTrackingStage.java:62)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.execute(Ap
|
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-aurora):
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[2], [2] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 2, [NETWORK_OUTAGES_ENABLED, SECRETS_MANAGER, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, IAM, TELEMETRY_TRACES_ENABLED, FAILOVER_SUPPORTED, SKIP_MARIADB_DRIVER_TESTS, AWS_CREDENTIALS_ENABLED, HIKARI]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: d26a4318-897c-4866-adb9-9d015e75ceed)
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: d26a4318-897c-4866-adb9-9d015e75ceed)
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: d26a4318-897c-4866-adb9-9d015e75ceed)
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.ama
|
Run Aurora integration tests with default engine version (pg-aurora):
TestRunner.java#L29
9.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 5, [NETWORK_OUTAGES_ENABLED, SECRETS_MANAGER, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, IAM, TELEMETRY_TRACES_ENABLED, FAILOVER_SUPPORTED, SKIP_MARIADB_DRIVER_TESTS, AWS_CREDENTIALS_ENABLED, HIKARI]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: 15e2c367-b99b-4c36-bf4b-8458dc74577a)
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: 15e2c367-b99b-4c36-bf4b-8458dc74577a)
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: 15e2c367-b99b-4c36-bf4b-8458dc74577a)
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.ama
|
Run Aurora integration tests with default engine version (pg-aurora):
task ':aws-advanced-jdbc-wrapper:test-all-pg-aurora'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test-all-pg-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-pg-aurora/
|
Run Aurora integration tests with default engine version (pg-aurora)
Process completed with exit code 1.
|