Run Aurora Integration Tests LTS #10
run-integration-tests-lts.yml
on: workflow_dispatch
Run Aurora integration tests with LTS
1m 59s
Annotations
8 errors
Run Aurora integration tests with LTS:
TestRunner.java#L29
2.8sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [AURORA, PG, OPENJDK8, SINGLE_INSTANCE, 1, [FAILOVER_SUPPORTED, TELEMETRY_METRICS_ENABLED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS, IAM, HIKARI, TELEMETRY_TRACES_ENABLED]]
java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: c0422ce0-1869-4a8f-9fdc-25a39b1ab66b)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:311)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:202)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
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: c0422ce0-1869-4a8f-9fdc-25a39b1ab66b)
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:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
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.RetryableStage.execute(RetryableStage.java:81)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.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:56)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.executeWithTimer(ApiCallTimeoutTrackingStage.java:80)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.execute(ApiCallTimeoutTrackingStage.java:60)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage.execute(ApiCallTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiC
|
Run Aurora integration tests with LTS:
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[2], [2] - Test environment [AURORA, PG, OPENJDK11, SINGLE_INSTANCE, 1, [FAILOVER_SUPPORTED, TELEMETRY_METRICS_ENABLED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS, IAM, HIKARI, TELEMETRY_TRACES_ENABLED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: 5110967a-dc81-4393-ae5b-7cdf48c37202)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
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: 5110967a-dc81-4393-ae5b-7cdf48c37202)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:311)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:990)
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: 5110967a-dc81-4393-ae5b-7cdf48c37202)
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:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
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.RetryableStage.execute(RetryableStage.java:81)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:20
|
Run Aurora integration tests with LTS:
TestRunner.java#L29
0.6sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [AURORA, PG, OPENJDK8, MULTI_INSTANCE, 2, [FAILOVER_SUPPORTED, TELEMETRY_METRICS_ENABLED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS, IAM, HIKARI, TELEMETRY_TRACES_ENABLED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: 4e8e3bb3-2bff-4200-b43b-b86f90c5be1b)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
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: 4e8e3bb3-2bff-4200-b43b-b86f90c5be1b)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:990)
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: 4e8e3bb3-2bff-4200-b43b-b86f90c5be1b)
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:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
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.RetryableStage.execute(RetryableStage.java:81)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
|
Run Aurora integration tests with LTS:
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[4], [4] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 2, [FAILOVER_SUPPORTED, TELEMETRY_METRICS_ENABLED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS, IAM, HIKARI, TELEMETRY_TRACES_ENABLED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: ec9dcc5c-4ecf-4c71-9066-eb707cfdd5b8)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
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: ec9dcc5c-4ecf-4c71-9066-eb707cfdd5b8)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:990)
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: ec9dcc5c-4ecf-4c71-9066-eb707cfdd5b8)
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:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
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.RetryableStage.execute(RetryableStage.java:81)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206
|
Run Aurora integration tests with LTS:
TestRunner.java#L29
0.8sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[5], [5] - Test environment [AURORA, PG, OPENJDK8, MULTI_INSTANCE, 5, [FAILOVER_SUPPORTED, TELEMETRY_METRICS_ENABLED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS, IAM, HIKARI, TELEMETRY_TRACES_ENABLED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: 4a203569-0bb4-4762-89ec-c31bb9696bb3)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
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: 4a203569-0bb4-4762-89ec-c31bb9696bb3)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:990)
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: 4a203569-0bb4-4762-89ec-c31bb9696bb3)
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:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
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.RetryableStage.execute(RetryableStage.java:81)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
|
Run Aurora integration tests with LTS:
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[6], [6] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 5, [FAILOVER_SUPPORTED, TELEMETRY_METRICS_ENABLED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED, SKIP_MYSQL_DRIVER_TESTS, IAM, HIKARI, TELEMETRY_TRACES_ENABLED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.DbClusterQuotaExceededException: DB Cluster quota exceeded (Service: Rds, Status Code: 403, Request ID: 826faaf1-0a82-4f12-8166-35b30476cef3)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
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: 826faaf1-0a82-4f12-8166-35b30476cef3)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:990)
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: 826faaf1-0a82-4f12-8166-35b30476cef3)
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:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
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.RetryableStage.execute(RetryableStage.java:81)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206
|
Run Aurora integration tests with LTS:
task ':aws-advanced-jdbc-wrapper:test-all-aurora'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test-all-aurora':
org.gradle.api.tasks.VerificationException: 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-aurora/
|
Run Aurora integration tests with LTS
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
html-summary-report-lts
Expired
|
66.5 KB |
|
junit-report-lts
Expired
|
8.97 KB |
|