Skip to content

Conversation

aloubyansky
Copy link
Member

@aloubyansky aloubyansky commented Jul 3, 2025

@quarkus-bot quarkus-bot bot added area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Jul 3, 2025
@aloubyansky aloubyansky added triage/backport-3.20 triage/backport and removed area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Jul 3, 2025
@quarkus-bot quarkus-bot bot added area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins labels Jul 3, 2025
@aloubyansky
Copy link
Member Author

The failures are related to a test setup. I'll need to get that right.

This comment has been minimized.

@gsmet
Copy link
Member

gsmet commented Jul 3, 2025

Do you think it’s worth pursuing? From the last messages in the issue, I wonder if it was just a race condition and a temp file being dropped while accessed.

@aloubyansky
Copy link
Member Author

It is just a race condition, right, which, afaict, affects primarily Maven 3.8. Would be good to have the reporter confirm that though.

@aloubyansky aloubyansky force-pushed the retry-failed-collect-requests branch from 5ac4c4b to fd79246 Compare July 3, 2025 13:57
@rgmz
Copy link
Contributor

rgmz commented Jul 3, 2025

It is just a race condition, right, which, afaict, affects primarily Maven 3.8. Would be good to have the reporter confirm that though.

I'm able to reliably reproduce this failure with 3.8 and have yet to experience it with 3.9(.10). I cannot say with 100% certainty though, given the intermittent nature of the issue.

Copy link

quarkus-bot bot commented Jul 3, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit fd79246.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-4","-5","-6","-7","-8","-9","-10","-11"] to start with: ["-3", "-4", "-5", "-6"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-4","-5","-6","-7","-8","-9","-10","-11"]
to start with:
  ["-3", "-4", "-5", "-6"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:36)

⚙️ JVM Integration Tests - JDK 17

📦 integration-tests/opentelemetry-grpc-only

io.quarkus.it.opentelemetry.grpc.HelloGrpcClientTest.testHello - History

  • java.lang.RuntimeException: Failed to start quarkus - java.lang.RuntimeException
java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:668)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestClassConstructor(QuarkusTestExtension.java:763)
	at java.base/java.util.Optional.orElseGet(Optional.java:364)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)

⚙️ JVM Integration Tests - JDK 17 Windows

📦 integration-tests/jfr-reactive

io.quarkus.jfr.it.JfrTest.errorTest - History

  • 1 expectation failed. JSON path start.resourceClass doesn't match. Expected: is "io.quarkus.jfr.it.AppResource" Actual: null - java.lang.AssertionError
java.lang.AssertionError: 
1 expectation failed.
JSON path start.resourceClass doesn't match.
Expected: is "io.quarkus.jfr.it.AppResource"
  Actual: null

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)

@gsmet gsmet merged commit d52c847 into quarkusio:main Jul 7, 2025
57 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.25 - main milestone Jul 7, 2025
@gsmet gsmet modified the milestones: 3.25 - main, 3.24.3 Jul 8, 2025
@jmartisk jmartisk modified the milestones: 3.24.3, 3.20.3 Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins kind/bugfix triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maven dependency collection fails: java.io.FileNotFoundException: /path/to/dependency-3.x.x.pom.part (No such file or directory)
4 participants