jbonofre opened a new pull request, #15645: URL: https://github.com/apache/iceberg/pull/15645
Flink 2.0/2.1 mini-cluster shutdown leaves non-daemon threads (TaskExecutorFileMergingManager) alive, preventing the Gradle test worker JVM from exiting. This causes the integration test task to hang indefinitely until the CI timeout kills it. Setting forkEvery=1 forces Gradle to terminate the worker process after each test class, avoiding the hang. This is the tentative to fix the flakiness timeout on the Flink CI. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
