Run Aurora Integration Tests CodeBuild #23
Annotations
5 errors
Run integration tests:
TestRunner.java#L29
1792.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [AURORA, MYSQL, OPENJDK11, SINGLE_INSTANCE, 1, [HIKARI, IAM, FAILOVER_SUPPORTED, SECRETS_MANAGER, TELEMETRY_TRACES_ENABLED, TELEMETRY_METRICS_ENABLED, SKIP_PG_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED]]
java.lang.RuntimeException: software.amazon.awssdk.core.exception.SdkClientException: The waiter has exceeded the max retry attempts: 60
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:450)
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.core.exception.SdkClientException: The waiter has exceeded the max retry attempts: 60
at software.amazon.awssdk.core.exception.SdkClientException$BuilderImpl.build(SdkClientException.java:111)
at software.amazon.awssdk.core.exception.SdkClientException.create(SdkClientException.java:43)
at software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper.nextDelayOrUnretryableException(WaiterExecutorHelper.java:77)
at software.amazon.awssdk.core.internal.waiters.WaiterExecutor.waitToRetry(WaiterExecutor.java:83)
at software.amazon.awssdk.core.internal.waiters.WaiterExecutor.execute(WaiterExecutor.java:58)
at software.amazon.awssdk.core.internal.waiters.DefaultWaiter.run(DefaultWaiter.java:56)
at software.amazon.awssdk.services.rds.waiters.DefaultRdsWaiter.waitUntilDBInstanceAvailable(DefaultRdsWaiter.java:195)
at software.amazon.awssdk.services.rds.waiters.RdsWaiter.waitUntilDBInstanceAvailable(RdsWaiter.java:394)
at integration.util.AuroraTestUtility.createAuroraCluster(AuroraTestUtility.java:272)
at integration.util.AuroraTestUtility.createCluster(AuroraTestUtility.java:220)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:426)
... 4 more
|
Run integration tests:
TestRunner.java#L29
2.6sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[2], [2] - Test environment [AURORA, MYSQL, OPENJDK11, MULTI_INSTANCE, 2, [HIKARI, IAM, FAILOVER_SUPPORTED, SECRETS_MANAGER, TELEMETRY_TRACES_ENABLED, TELEMETRY_METRICS_ENABLED, SKIP_PG_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.core.exception.SdkClientException: The waiter has exceeded the max retry attempts: 60
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.core.exception.SdkClientException: The waiter has exceeded the max retry attempts: 60
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:450)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:347)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:1081)
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.core.exception.SdkClientException: The waiter has exceeded the max retry attempts: 60
at software.amazon.awssdk.core.exception.SdkClientException$BuilderImpl.build(SdkClientException.java:111)
at software.amazon.awssdk.core.exception.SdkClientException.create(SdkClientException.java:43)
at software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper.nextDelayOrUnretryableException(WaiterExecutorHelper.java:77)
at software.amazon.awssdk.core.internal.waiters.WaiterExecutor.waitToRetry(WaiterExecutor.java:83)
at software.amazon.awssdk.core.internal.waiters.WaiterExecutor.execute(WaiterExecutor.java:58)
at software.amazon.awssdk.core.internal.waiters.DefaultWaiter.run(DefaultWaiter.java:56)
at software.amazon.awssdk.services.rds.waiters.DefaultRdsWaiter.waitUntilDBInstanceAvailable(DefaultRdsWaiter.java:195)
at software.amazon.awssdk.services.rds.waiters.RdsWaiter.waitUntilDBInstanceAvailable(RdsWaiter.java:394)
at integration.util.AuroraTestUtility.createAuroraCluster(AuroraTestUtility.java:272)
at integration.util.AuroraTestUtility.createCluster(AuroraTestUtility.java:220)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:426)
... 6 more
|
Run integration tests:
TestRunner.java#L29
5.8sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [AURORA, MYSQL, OPENJDK11, MULTI_INSTANCE, 5, [HIKARI, IAM, FAILOVER_SUPPORTED, SECRETS_MANAGER, TELEMETRY_TRACES_ENABLED, TELEMETRY_METRICS_ENABLED, SKIP_PG_DRIVER_TESTS, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.InstanceQuotaExceededException: DB Instance quota exceeded (Service: Rds, Status Code: 400, Request ID: 9ce7d227-3e68-4c9c-9a27-c889b295570c)
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: 9ce7d227-3e68-4c9c-9a27-c889b295570c)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:450)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:347)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:1081)
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: 9ce7d227-3e68-4c9c-9a27-c889b295570c)
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.ama
|
Run integration tests:
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:///codebuild/output/src3181257894/src/actions-runner/_work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/test-results/test-all-mysql-aurora/
|
Run integration tests
Process completed with exit code 1.
|
Loading