Run Aurora Integration Tests Default #216
run-integration-tests-default.yml
on: workflow_dispatch
Matrix: Run Aurora integration tests with default engine version
Annotations
11 errors and 2 warnings
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 (pg-multi-az):
task ':aws-advanced-jdbc-wrapper:test-all-pg-multi-az'#L0
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):
TestRunner.java#L29
2.8sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [RDS_MULTI_AZ_CLUSTER, PG, OPENJDK11, MULTI_INSTANCE, 3, [SKIP_MYSQL_DRIVER_TESTS, SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, TELEMETRY_TRACES_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, AWS_CREDENTIALS_ENABLED, FAILOVER_SUPPORTED]]
java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:sts::***:assumed-role/***/run_integration_test_default is not authorized to perform: rds:DescribeOrderableDBInstanceOptions because no identity-based policy allows the rds:DescribeOrderableDBInstanceOptions action (Service: Rds, Status Code: 403, Request ID: 389e15bc-ba52-4dd2-aab8-edd5b9ba176b) (SDK Attempt Count: 1)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:466)
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: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:sts::***:assumed-role/***/run_integration_test_default is not authorized to perform: rds:DescribeOrderableDBInstanceOptions because no identity-based policy allows the rds:DescribeOrderableDBInstanceOptions action (Service: Rds, Status Code: 403, Request ID: 389e15bc-ba52-4dd2-aab8-edd5b9ba176b) (SDK Attempt Count: 1)
at software.amazon.awssdk.services.rds.model.RdsException$BuilderImpl.build(RdsException.java:113)
at software.amazon.awssdk.services.rds.model.RdsException$BuilderImpl.build(RdsException.java:61)
at software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper.retryPolicyDisallowedRetryException(RetryableStageHelper.java:168)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:73)
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: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(ApiCallTimeoutTrackingStage.java:43)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage.execute(ApiCallMetricCollectionStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage.execute(ApiCallMetricCollectionStage.java:32)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage.execute(ExecutionFailureExceptionReportingStage.java:37)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage.execute(ExecutionFailureExceptionReportingStage.java:26)
at software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient$RequestExecutionBuilderImpl.execute(AmazonSyncHttpClient.java:210)
at software.amaz
|
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 (mysql-multi-az):
task ':aws-advanced-jdbc-wrapper:test-all-mysql-multi-az'#L0
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):
TestRunner.java#L29
3.2sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [RDS_MULTI_AZ_CLUSTER, MYSQL, OPENJDK11, MULTI_INSTANCE, 3, [SKIP_PG_DRIVER_TESTS, SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, TELEMETRY_METRICS_ENABLED, HIKARI, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, FAILOVER_SUPPORTED]]
java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:sts::***:assumed-role/***/run_integration_test_default is not authorized to perform: rds:DescribeOrderableDBInstanceOptions because no identity-based policy allows the rds:DescribeOrderableDBInstanceOptions action (Service: Rds, Status Code: 403, Request ID: aacf3cf7-8d95-43f5-a01c-2c152bcd1169) (SDK Attempt Count: 1)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:466)
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: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:sts::***:assumed-role/***/run_integration_test_default is not authorized to perform: rds:DescribeOrderableDBInstanceOptions because no identity-based policy allows the rds:DescribeOrderableDBInstanceOptions action (Service: Rds, Status Code: 403, Request ID: aacf3cf7-8d95-43f5-a01c-2c152bcd1169) (SDK Attempt Count: 1)
at software.amazon.awssdk.services.rds.model.RdsException$BuilderImpl.build(RdsException.java:113)
at software.amazon.awssdk.services.rds.model.RdsException$BuilderImpl.build(RdsException.java:61)
at software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper.retryPolicyDisallowedRetryException(RetryableStageHelper.java:168)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:73)
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: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(ApiCallTimeoutTrackingStage.java:43)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage.execute(ApiCallMetricCollectionStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage.execute(ApiCallMetricCollectionStage.java:32)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage.execute(ExecutionFailureExceptionReportingStage.java:37)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage.execute(ExecutionFailureExceptionReportingStage.java:26)
at software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient$RequestExecutionBuilderImpl.execute(AmazonSyncHttpClient.java:210)
at software.amazon.awssdk.core.internal.han
|
Run Aurora integration tests with default engine version (mysql-aurora)
The operation was canceled.
|
Run Aurora integration tests with default engine version (mysql-aurora)
The run was canceled by @karenc-bq.
|
Run Aurora integration tests with default engine version (pg-aurora)
The operation was canceled.
|
Run Aurora integration tests with default engine version (pg-aurora)
The run was canceled by @karenc-bq.
|
Run Aurora Integration Tests Default
The run was canceled by @karenc-bq.
|
Run Aurora integration tests with default engine version (mysql-aurora)
No files were found with the provided path: ./wrapper/build/report. No artifacts will be uploaded.
|
Run Aurora integration tests with default engine version (pg-aurora)
No files were found with the provided path: ./wrapper/build/report. No artifacts will be uploaded.
|