rkhachatryan commented on a change in pull request #16773:
URL: https://github.com/apache/flink/pull/16773#discussion_r689475396



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/CommonTestUtils.java
##########
@@ -182,8 +182,10 @@ public static void waitForAllTaskRunning(
                                                             .allMatch(
                                                                     task ->
                                                                             
task.getExecutionState()
-                                                                               
     == ExecutionState
-                                                                               
             .RUNNING));
+                                                                               
             == ExecutionState
+                                                                               
                     .RUNNING
+                                                                               
     || task.getExecutionState()
+                                                                               
             .isTerminal()));

Review comment:
       I've created FLINK-23811 / #16845 to address this (will base this PR on 
that change).




-- 
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]


Reply via email to