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

Gradle tests appear to be failing #14799

Closed
geoand opened this issue Feb 3, 2021 · 2 comments · Fixed by #14805
Closed

Gradle tests appear to be failing #14799

geoand opened this issue Feb 3, 2021 · 2 comments · Fixed by #14805
Labels
area/gradle Gradle kind/bug Something isn't working
Milestone

Comments

@geoand
Copy link
Contributor

geoand commented Feb 3, 2021

Describe the bug
When one runs the gradle tests locally using

/gradlew clean test -i -S --stacktrace --no-daemon

from integration-tests/gradle,

one sees various error that boil down to:

Caused by: javax.enterprise.inject.spi.DeploymentException: No config value of type [java.lang.String] exists for: quarkus.application.version
	at io.quarkus.arc.runtime.ConfigRecorder.validateConfigProperties(ConfigRecorder.java:39)
	at io.quarkus.deployment.steps.ConfigBuildStep$validateConfigProperties1249763973.deploy_0(ConfigBuildStep$validateConfigProperties1249763973.zig:158)
	at io.quarkus.deployment.steps.ConfigBuildStep$validateConfigProperties1249763973.deploy(ConfigBuildStep$validateConfigProperties1249763973.zig:40)
	at io.quarkus.runner.ApplicationImpl.doStart(ApplicationImpl.zig:455)

Expected behavior
No test failures

Actual behavior
Various test failures, the should have been caught in CI

@geoand geoand added the kind/bug Something isn't working label Feb 3, 2021
@ghost ghost added the area/gradle Gradle label Feb 3, 2021
@ghost
Copy link

ghost commented Feb 3, 2021

/cc @glefloch, @quarkusio/devtools

@aloubyansky
Copy link
Member

Right, e.g. AddExtensionToSingleModuleProjectTest

@ghost ghost added this to the 1.12 - master milestone Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gradle Gradle kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants