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 gRPC codegen race condition #31102

Merged
merged 2 commits into from
Feb 27, 2023

Conversation

scrocquesel
Copy link
Contributor

@cescoffier I add a lock to prevent compilation while generating sources. No more error so far. Shall we try it with quarkus CI ?

@cescoffier
Copy link
Member

looks good! LEt's see what the CI says.

@quarkus-bot

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Feb 14, 2023

Unfortunately, this PR is in conflict now, could you rebase and fix the conflict?

@gsmet gsmet added the triage/needs-rebase This PR needs to be rebased first because it has merge conflicts label Feb 14, 2023
@gsmet gsmet force-pushed the codegen_race_condition branch from 8ee1451 to 3d0dc7b Compare February 22, 2023 13:33
@gsmet gsmet changed the title Codegen race condition Fix gRPC codegen race condition Feb 22, 2023
@gsmet gsmet removed the triage/needs-rebase This PR needs to be rebased first because it has merge conflicts label Feb 22, 2023
@gsmet
Copy link
Member

gsmet commented Feb 22, 2023

I rebased the PR, let's see what CI has to say.

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 22, 2023
@scrocquesel
Copy link
Contributor Author

I rebased the PR, let's see what CI has to say.

Thanks

@quarkus-bot
Copy link

quarkus-bot bot commented Feb 22, 2023

Failing Jobs - Building 3d0dc7b

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

Full information is available in the Build summary check run.

Failures

⚙️ Maven Tests - JDK 11 #

- Failing: integration-tests/maven 

📦 integration-tests/maven

io.quarkus.maven.it.BuildIT.testClassLoaderLinkageError line 102 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0

io.quarkus.maven.it.BuildIT.testClassLoaderLinkageError line 102 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0

⚙️ Maven Tests - JDK 11 Windows #

- Failing: integration-tests/maven 

📦 integration-tests/maven

io.quarkus.maven.it.BuildIT.testClassLoaderLinkageError line 102 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0

io.quarkus.maven.it.BuildIT.testClassLoaderLinkageError line 102 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0

@cescoffier cescoffier merged commit 859c915 into quarkusio:main Feb 27, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Feb 27, 2023
@quarkus-bot quarkus-bot bot added this to the 3.0 - main milestone Feb 27, 2023
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.

3 participants