zhuzhurk commented on a change in pull request #16687:
URL: https://github.com/apache/flink/pull/16687#discussion_r688482114



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/LocalInputPreferredSlotSharingStrategyTest.java
##########
@@ -130,6 +142,43 @@ public void testInputLocalityIsRespected() {
                 containsInAnyOrder(ev12.getId(), ev23.getId()));
     }
 
+    @Test
+    public void testInputLocalityIsRespectedWithAllToAllEdge() {
+        final TestingSchedulingTopology topology = new 
TestingSchedulingTopology();
+
+        final List<TestingSchedulingExecutionVertex> producer =
+                topology.addExecutionVertices()
+                        .withParallelism(2)
+                        .withJobVertexID(JOB_VERTEX_ID_1)

Review comment:
       Looks to me there is no need to explicitly set the `JOB_VERTEX_ID_1`.




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