GJL commented on a change in pull request #8603: [FLINK-12608][runtime] Add 
getVertexOrThrow and
URL: https://github.com/apache/flink/pull/8603#discussion_r293237047
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/strategy/TestingSchedulingTopology.java
 ##########
 @@ -210,8 +210,8 @@ private ProducerConsumerAllToAllConnectionBuilder(
                                for (TestingSchedulingExecutionVertex consumer 
: consumers) {
                                        
consumer.addConsumedPartition(resultPartition);
                                        resultPartition.addConsumer(consumer);
-                                       resultPartitions.add(resultPartition);
                                }
+                               resultPartitions.add(resultPartition);
 
 Review comment:
   Change should be a separate commit

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


With regards,
Apache Git Services

Reply via email to