TisonKun commented on a change in pull request #7719: [FLINK-10569] Remove
Instance usage in ExecutionGraphDeploymentTest
URL: https://github.com/apache/flink/pull/7719#discussion_r258421202
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionVertexDeploymentTest.java
##########
@@ -273,15 +270,7 @@ public void testFailExternallyDuringDeploy() {
}
};
- TestingLogicalSlot testingLogicalSlot =
- new TestingLogicalSlot(
- new LocalTaskManagerLocation(),
- blockSubmitGateway,
- 0,
- new AllocationID(),
- new SlotRequestId(),
- new SlotSharingGroupId(),
- null);
+ TestingLogicalSlot testingLogicalSlot = new
TestingLogicalSlot(blockSubmitGateway);
Review comment:
This change belongs to commit `[hotfix] Introduce a convenient constructor
of TestingLogicalSlot`. Does it make sense or I should revert it?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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