azagrebin commented on a change in pull request #13749:
URL: https://github.com/apache/flink/pull/13749#discussion_r513530929



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/failover/flip1/RestartPipelinedRegionFailoverStrategyTest.java
##########
@@ -260,6 +260,41 @@ public void testRegionFailoverForMultipleVerticesRegions() 
throws Exception {
                                .restarts(v1, v2, v3, v4, v5, v6);
        }
 
+       /**
+        * Tests region failover does not restart vertexes which are already in 
initial CREATED state.
+        * <pre>
+        *     (v1) ---> (v2) --|--> (v3) ---> (v4) --|--> (v5) ---> (v6)

Review comment:
       I simplified the test




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to