Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5 #584

chore(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5

f95670d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5 #584

chore(deps): bump org.testcontainers:junit-jupiter from 1.20.4 to 1.20.5
f95670d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Java Tests Report succeeded Feb 24, 2025 in 0s

49 passed, 1 failed and 5 skipped

Tests failed

Report Passed Failed Skipped Time
build/test-results/test/TEST-io.kestra.plugin.aws.athena.QueryTest.xml 1❌ 18ms
build/test-results/test/TEST-io.kestra.plugin.aws.auth.EksTokenTest.xml 1⚪ 1ms
build/test-results/test/TEST-io.kestra.plugin.aws.cli.AwsCLITest.xml 1✅ 12s
build/test-results/test/TEST-io.kestra.plugin.aws.dynamodb.DeleteItemTest.xml 1✅ 6s
build/test-results/test/TEST-io.kestra.plugin.aws.dynamodb.GetItemTest.xml 1✅ 5s
build/test-results/test/TEST-io.kestra.plugin.aws.dynamodb.PutItemTest.xml 2✅ 5s
build/test-results/test/TEST-io.kestra.plugin.aws.dynamodb.QueryTest.xml 5✅ 6s
build/test-results/test/TEST-io.kestra.plugin.aws.dynamodb.ScanTest.xml 5✅ 6s
build/test-results/test/TEST-io.kestra.plugin.aws.ecr.GetAuthTokenTest.xml 1⚪ 0ms
build/test-results/test/TEST-io.kestra.plugin.aws.emr.EmrIntegrationTest.xml 3⚪ 0ms
build/test-results/test/TEST-io.kestra.plugin.aws.emr.models.StepConfigTest.xml 1✅ 1ms
build/test-results/test/TEST-io.kestra.plugin.aws.eventbridge.PutEventsTest.xml 4✅ 3s
build/test-results/test/TEST-io.kestra.plugin.aws.kinesis.PutRecordsTest.xml 3✅ 188ms
build/test-results/test/TEST-io.kestra.plugin.aws.lambda.InvokeTest.xml 3✅ 13s
build/test-results/test/TEST-io.kestra.plugin.aws.lambda.InvokeUnitTest.xml 7✅ 3s
build/test-results/test/TEST-io.kestra.plugin.aws.s3.AllTest.xml 1✅ 4s
build/test-results/test/TEST-io.kestra.plugin.aws.s3.CopyTest.xml 2✅ 3s
build/test-results/test/TEST-io.kestra.plugin.aws.s3.DeleteListTest.xml 1✅ 3s
build/test-results/test/TEST-io.kestra.plugin.aws.s3.DownloadsTest.xml 2✅ 3s
build/test-results/test/TEST-io.kestra.plugin.aws.s3.ListTest.xml 2✅ 3s
build/test-results/test/TEST-io.kestra.plugin.aws.s3.TriggerTest.xml 2✅ 6s
build/test-results/test/TEST-io.kestra.plugin.aws.s3.UploadsTest.xml 1✅ 2s
build/test-results/test/TEST-io.kestra.plugin.aws.sns.PublishTest.xml 1✅ 3s
build/test-results/test/TEST-io.kestra.plugin.aws.sqs.PublishThenConsumeTest.xml 2✅ 14s
build/test-results/test/TEST-io.kestra.plugin.aws.sqs.RealtimeTriggerTest.xml 1✅ 4s
build/test-results/test/TEST-io.kestra.plugin.aws.sqs.TriggerTest.xml 1✅ 8s

Annotations

Check failure on line 0 in build/test-results/test/TEST-io.kestra.plugin.aws.athena.QueryTest.xml

See this annotation in the file changed.

@github-actions github-actions / Java Tests Report

io.kestra.plugin.aws.athena.QueryTest ► run()

Failed test found in:
  build/test-results/test/TEST-io.kestra.plugin.aws.athena.QueryTest.xml
Error:
  io.micronaut.context.exceptions.DependencyInjectionException: Failed to inject value for field [accessKey] of class: io.kestra.plugin.aws.athena.QueryTest
Raw output
io.micronaut.context.exceptions.DependencyInjectionException: Failed to inject value for field [accessKey] of class: io.kestra.plugin.aws.athena.QueryTest

Message: Failed to inject value for field [accessKey] of class: io.kestra.plugin.aws.athena.QueryTest

Message: Error resolving property value [${kestra.aws.access-key}]. Property doesn't exist
Path Taken: QueryTest.accessKey
Path Taken: QueryTest.accessKey
	at app//io.micronaut.context.exceptions.DependencyInjectionException.missingProperty(DependencyInjectionException.java:289)
	at app//io.micronaut.context.AbstractInitializableBeanDefinition.lambda$resolveValue$7(AbstractInitializableBeanDefinition.java:2093)
	at [email protected]/java.util.Optional.orElseThrow(Optional.java:403)
	at app//io.micronaut.context.AbstractInitializableBeanDefinition.resolveValue(AbstractInitializableBeanDefinition.java:2093)
	at app//io.micronaut.context.AbstractInitializableBeanDefinition.getValueForField(AbstractInitializableBeanDefinition.java:1725)
	at app//io.kestra.plugin.aws.athena.$QueryTest$Definition.inject(Unknown Source)
	at app//io.micronaut.context.DefaultBeanContext.doInjectAndInitialize(DefaultBeanContext.java:2661)
	at app//io.micronaut.context.DefaultBeanContext.inject(DefaultBeanContext.java:1009)
	at app//io.micronaut.test.extensions.AbstractMicronautExtension.beforeEach(AbstractMicronautExtension.java:459)
	at app//io.micronaut.test.extensions.junit5.MicronautJunit5Extension.beforeEach(MicronautJunit5Extension.java:223)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)