JiriOndrusek opened a new issue, #8318:
URL: https://github.com/apache/camel-quarkus/issues/8318
### Bug description
With upgraded Quarkus to 3.32.0. The CI tests started to fail
(intermittently) with the result:
```
2026-02-18T15:55:18.0728926Z [INFO] Results:
2026-02-18T15:55:18.0729359Z [INFO]
2026-02-18T15:55:18.0729743Z [ERROR] Errors:
2026-02-18T15:55:18.0734274Z [ERROR] DoubleRoutesTest.checkTests:56 »
ConditionTimeout Failed to wait for test run 1 State{lastRun=-1, running=true,
inProgress=false, run=0, passed=0, failed=0, skipped=0, isBrokenOnly=false,
isTestOutput=false, isInstrumentationBasedReload=false, isLiveReload=true}
2026-02-18T15:55:18.0739439Z [ERROR]
ProducedRouteBuilderTest.checkTests:56 » ConditionTimeout Failed to wait for
test run 1 State{lastRun=-1, running=true, inProgress=false, run=0, passed=0,
failed=0, skipped=0, isBrokenOnly=false, isTestOutput=false,
isInstrumentationBasedReload=false, isLiveReload=true}
2026-02-18T15:55:18.0743597Z [ERROR] RouteBuilderFailureTest.checkTests:52
» ConditionTimeout Failed to wait for test run 1 State{lastRun=-1,
running=true, inProgress=false, run=0, passed=0, failed=0, skipped=0,
isBrokenOnly=false, isTestOutput=false, isInstrumentationBasedReload=false,
isLiveReload=true}
2026-02-18T15:55:18.0747605Z [ERROR]
RouteBuilderWarningWithProducedBuilderTest.checkTests:52 » ConditionTimeout
Failed to wait for test run 1 State{lastRun=-1, running=true, inProgress=false,
run=0, passed=0, failed=0, skipped=0, isBrokenOnly=false, isTestOutput=false,
isInstrumentationBasedReload=false, isLiveReload=true}
2026-02-18T15:55:18.0751835Z [ERROR]
RouteBuilderWarningWithoutProducedBuilderTest.checkTests:51 » ConditionTimeout
Failed to wait for test run 1 State{lastRun=-1, running=true, inProgress=false,
run=0, passed=0, failed=0, skipped=0, isBrokenOnly=false, isTestOutput=false,
isInstrumentationBasedReload=false, isLiveReload=true}
2026-02-18T15:55:18.0753895Z [INFO]
2026-02-18T15:55:18.0754278Z [ERROR] Tests run: 6, Failures: 0, Errors: 5,
Skipped: 0
```
The only "hint" I see in the log is
```
2026-02-18T15:49:53.9918324Z Caused by: java.util.NoSuchElementException:
devui-continuous-testing_getResults
2026-02-18T15:49:53.9919219Z at
io.quarkus.dev.console.DevConsoleManager.invoke(DevConsoleManager.java:170)
2026-02-18T15:49:53.9920158Z at
io.quarkus.dev.console.DevConsoleManager.invoke(DevConsoleManager.java:146)
```
Whole log is uploaded as
[test-framework-flaky.log](https://github.com/user-attachments/files/25409394/test-framework-flaky.log)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]