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

Fix openapi service loader issue in native mode #24180

Merged
merged 1 commit into from Mar 8, 2022
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Mar 8, 2022

Fixes: #24132

@quarkus-bot
Copy link

quarkus-bot bot commented Mar 8, 2022

Failing Jobs - Building f89a699

Status Name Step Failures Logs Raw logs
Gradle Tests - JDK 11 Build Failures Logs Raw logs
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.BeanInTestSourcesTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.KotlinGRPCProjectBuildTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.MultiSourceProjectTest.shouldRunTest line 16 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

⚙️ Gradle Tests - JDK 11 Windows #

📦 integration-tests/gradle

io.quarkus.gradle.BeanInTestSourcesTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.MultiModuleKotlinProjectBuildTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

@gsmet
Copy link
Member

gsmet commented Mar 8, 2022

I don't know what's going on with the Gradle builds but they have been extremely unstable all day.

/cc @glefloch

@gsmet gsmet merged commit 45b8274 into quarkusio:main Mar 8, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Mar 8, 2022
@glefloch
Copy link
Member

glefloch commented Mar 8, 2022

@gsmet I tried to look at errors but haven't found anything relevant. I will push a branch with logging enabled to check if I can reproduce errors.

@gsmet gsmet modified the milestones: 2.8 - main, 2.7.4.Final Mar 8, 2022
@geoand geoand deleted the #24132 branch March 9, 2022 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No OASFactoryResolver implementation found! when running native application
3 participants