jamesnetherton opened a new pull request, #8838: URL: https://github.com/apache/camel-quarkus/pull/8838
## Summary - Align all Awaitility timeouts to 60s across `master-file`, `master-openshift`, `master-infinispan`, and `quartz-clustered` integration tests ā the previous values (10sā40s) were too tight for slow CI machines, and `quartz-clustered`'s 10s NodeB verification was near-certain to fail given its cron fires once per minute - Replace `FileUtils.deleteDirectory` with `FileUtils.deleteQuietly` in cluster file cleanup methods to prevent `FileSystemException` on Windows when `FileLockClusterService` holds OS-level file locks on `target/cluster/ns` and `target/cluster/ns.dat` - Add `destroyForcibly()` fallback in `QuarkusProcessExecutor.destroy()` when graceful shutdown times out, preventing leaked child processes and held file handles ## Test plan - [x] master-file JVM tests pass - [x] master-file native tests pass - [x] master-openshift JVM tests pass - [x] master-openshift native tests pass - [x] master-infinispan JVM tests pass - [x] master-infinispan native tests pass - [x] quartz-clustered JVM tests pass - [x] quartz-clustered native tests pass š¤ Generated with [Claude Code](https://claude.com/claude-code) -- 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]
