rkhachatryan commented on code in PR #21981:
URL: https://github.com/apache/flink/pull/21981#discussion_r1119993003


##########
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveSchedulerTest.java:
##########
@@ -1401,7 +1403,9 @@ public void 
testTryToAssignSlotsReturnsNotPossibleIfExpectedResourcesAreNotAvail
                 adaptiveScheduler.tryToAssignSlots(
                         
CreatingExecutionGraph.ExecutionGraphWithVertexParallelism.create(
                                 new StateTrackingMockExecutionGraph(),
-                                new 
CreatingExecutionGraphTest.TestingVertexParallelism()));
+                                new JobSchedulingPlan(
+                                        new 
VertexParallelism(Collections.emptyMap()),

Review Comment:
   Done in 1953ef9a6f295b77b410e96de9649cace1aaad34.



-- 
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-unsubscr...@flink.apache.org

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

Reply via email to