Gustavo de Morais created FLINK-38223: -----------------------------------------
Summary: testConstraintsAfterRestart is flaky on master Key: FLINK-38223 URL: https://issues.apache.org/jira/browse/FLINK-38223 Project: Flink Issue Type: Bug Components: Tests Affects Versions: 2.1 Reporter: Gustavo de Morais Fix For: 2.2 The testConstraintsAfterRestart seems to currently be quite flaky causing CI pipelines to fail with {code:java} java.util.concurrent.TimeoutException: Not all executions fulfilled the predicate in time. at org.apache.flink.runtime.executiongraph.ExecutionGraphTestUtils.waitForAllExecutionsPredicate(ExecutionGraphTestUtils.java:203) at org.apache.flink.runtime.executiongraph.ExecutionGraphCoLocationRestartTest.testConstraintsAfterRestart(ExecutionGraphCoLocationRestartTest.java:113) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at java.base/java.util.concurrent.ForkJoinTask.doExec$$$capture(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)