Conversation
Eng-Fouad
commented
Mar 4, 2026
- This release adds support for Java 26.
- Gradle 9.4.0 release notes: https://docs.gradle.org/9.4.0/release-notes.html
This comment has been minimized.
This comment has been minimized.
|
Looks like something is wrong :) |
|
These 2 test cases: are failing at I debugged content of
Not sure how to fix it. cc @aloubyansky This issue could be related: gradle/gradle#30145 cc @cdsap |
|
I can take a look at those tests, @Eng-Fouad. I’m not sure why 9.4 would break them, but I’ll dig in. Also related: #52506 |
|
I can reproduce the issue in Gradle 9.4.0 with a simple plugin like: Note: it's only reproducible within the TestKit build. |
|
The Build Tool team investigated the issue. The test fails on the first run for all Gradle versions because the project directory path is randomized, which prevents cache hits and forces recompilation. This recompilation resets the compiler environment and changes the system property value. With Gradle 9.4.0, the test continues to fail on subsequent runs as well, likely due to a side effect introduced in gradle/gradle#35692. When the project directory path is stable, the issue does not occur. I've created this PR #52959 to workaround this issue |
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ❌ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 25 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 25 Semeru | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
| ✔️ | Gradle Tests - JDK 25 | Logs | Raw logs | 🔍 | ||
| ❌ | Gradle Tests - JDK 17 Windows | Build |
Logs | Raw logs | 🚧 |
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin
📦 devtools/gradle/gradle-application-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
📦 devtools/gradle/gradle-extension-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.extension.gradle.plugin: Command execution failed.
⚙️ JVM Tests - JDK 21 #
- Failing: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin
📦 devtools/gradle/gradle-application-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
📦 devtools/gradle/gradle-extension-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.extension.gradle.plugin: Command execution failed.
⚙️ JVM Tests - JDK 25 #
- Failing: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin
📦 devtools/gradle/gradle-application-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
📦 devtools/gradle/gradle-extension-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.extension.gradle.plugin: Command execution failed.
⚙️ JVM Tests - JDK 25 Semeru #
- Failing: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin
📦 devtools/gradle/gradle-application-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
📦 devtools/gradle/gradle-extension-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.extension.gradle.plugin: Command execution failed.
⚙️ JVM Tests - JDK 17 Windows #
- Failing: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin
📦 devtools/gradle/gradle-application-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.gradle.plugin: Command execution failed.
📦 devtools/gradle/gradle-extension-plugin
❌ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.6.3:exec (gradle) on project io.quarkus.extension.gradle.plugin: Command execution failed.
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
Details
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 21
📦 integration-tests/grpc-hibernate
❌ com.example.grpc.hibernate.VertxBlockingRawTest.shouldAdd - History
Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds.-org.awaitility.core.ConditionTimeoutException
Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at com.example.grpc.hibernate.BlockingRawTestBase.shouldAdd(BlockingRawTestBase.java:59)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
|
New error: |