You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/25 07:02:33 UTC

[GitHub] [flink] zhuzhurk commented on a diff in pull request #20322: [FLINK-28585][runtime] Ensure all the concurrent executions of SpeculativeExecutionVertex to share the same input splits

zhuzhurk commented on code in PR #20322:
URL: https://github.com/apache/flink/pull/20322#discussion_r928532175


##########
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/SpeculativeExecutionVertexTest.java:
##########
@@ -204,33 +212,46 @@ void testArchiveNonFailedExecutionWithArchiveFailedExecutionMethod() {
     }
 
     @Test
-    void testGetExecutionState() throws Exception {
-        final SpeculativeExecutionVertex ev = createSpeculativeExecutionVertex();
+    public void testGetNextInputSplit() throws Exception {

Review Comment:
   > Why remove `testGetExecutionState` ?
   
   My bad. This is not intended and is a result of bad conflict resolving.



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org