rmetzger commented on PR #26850: URL: https://github.com/apache/flink/pull/26850#issuecomment-3139933129
Looks like CI failed with ``` Jul 30 14:43:58 14:43:58.690 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.122 s <<< FAILURE! -- in org.apache.flink.runtime.executiongraph.ExecutionGraphCoLocationRestartTest Jul 30 14:43:58 14:43:58.690 [ERROR] org.apache.flink.runtime.executiongraph.ExecutionGraphCoLocationRestartTest.testConstraintsAfterRestart -- Time elapsed: 5.121 s <<< ERROR! Jul 30 14:43:58 java.util.concurrent.TimeoutException: Not all executions fulfilled the predicate in time. Jul 30 14:43:58 at org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils.waitForAllExecutionsPredicate(ExecutionGraphTestUtils.java:203) Jul 30 14:43:58 at org.apache.flink.runtime.executiongraph.ExecutionGraphCoLocationRestartTest.testConstraintsAfterRestart(ExecutionGraphCoLocationRestartTest.java:113) Jul 30 14:43:58 at java.base/java.lang.reflect.Method.invoke(Method.java:568) Jul 30 14:43:58 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) Jul 30 14:43:58 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) Jul 30 14:43:58 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) Jul 30 14:43:58 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) Jul 30 14:43:58 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ``` this is most likely unrelated, and also seems to be a very rare test failure. Last commentary on it seems to be https://issues.apache.org/jira/browse/FLINK-9646?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel I've manually triggered a rerun of the failed task. -- 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]
