Run Aurora Integration Tests CodeBuild #20
run-integration-tests-codebuild.yml
on: workflow_dispatch
Matrix: aurora-integration-tests
Annotations
12 errors and 2 warnings
aurora-integration-tests (latest, pg)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
aurora-integration-tests (latest, pg):
TestRunner.java#L29
2.7sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [AURORA, PG, OPENJDK11, SINGLE_INSTANCE, 1, [HIKARI, IAM, FAILOVER_SUPPORTED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, TELEMETRY_TRACES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED]]
java.lang.NullPointerException
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:560)
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:551)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:447)
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)
|
aurora-integration-tests (latest, pg):
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[2], [2] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 2, [HIKARI, IAM, FAILOVER_SUPPORTED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, TELEMETRY_TRACES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED]]
java.lang.RuntimeException: java.lang.NullPointerException
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.NullPointerException
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:560)
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:551)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:447)
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)
|
aurora-integration-tests (latest, pg):
TestRunner.java#L29
0.1sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 5, [HIKARI, IAM, FAILOVER_SUPPORTED, SECRETS_MANAGER, SKIP_MARIADB_DRIVER_TESTS, TELEMETRY_TRACES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, NETWORK_OUTAGES_ENABLED, AWS_CREDENTIALS_ENABLED]]
java.lang.RuntimeException: java.lang.NullPointerException
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.NullPointerException
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:560)
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:551)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:447)
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)
|
aurora-integration-tests (latest, pg):
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:///codebuild/output/src4076259039/src/actions-runner/_work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/test-results/test-all-pg-aurora/
|
aurora-integration-tests (latest, pg)
Process completed with exit code 1.
|
aurora-integration-tests (latest, mysql):
TestRunner.java#L29
2.7sec 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.NullPointerException
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:560)
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:551)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:447)
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)
|
aurora-integration-tests (latest, mysql):
TestRunner.java#L29
0.0sec 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.NullPointerException
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.NullPointerException
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:560)
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:551)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:447)
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)
|
aurora-integration-tests (latest, mysql):
TestRunner.java#L29
0.1sec 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.NullPointerException
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.NullPointerException
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:560)
at integration.util.AuroraTestUtility.deleteCluster(AuroraTestUtility.java:551)
at integration.host.TestEnvironment.createDbCluster(TestEnvironment.java:447)
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)
|
aurora-integration-tests (latest, mysql):
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/src3114066869/src/actions-runner/_work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/test-results/test-all-mysql-aurora/
|
aurora-integration-tests (latest, mysql)
Process completed with exit code 1.
|
aurora-integration-tests (latest, mysql)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
aurora-integration-tests (latest, pg)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.315.0. Please update to the latest version 2.316.1
|
aurora-integration-tests (latest, mysql)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.315.0. Please update to the latest version 2.316.1
|