azagrebin commented on a change in pull request #7757: [FLINK-11630] Triggers
the termination of all running Tasks when shutting down TaskExecutor
URL: https://github.com/apache/flink/pull/7757#discussion_r294389720
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java
##########
@@ -1053,6 +1053,8 @@ public void testSubmitTaskBeforeAcceptSlot() throws
Exception {
public void testFilterOutDuplicateJobMasterRegistrations() throws
Exception {
final long verificationTimeout = 500L;
final JobLeaderService jobLeaderService =
mock(JobLeaderService.class);
+ final TaskSlotTable taskSlotTable = new TaskSlotTable(
+ Collections.singleton(ResourceProfile.UNKNOWN),
timerService);
Review comment:
Is this change in `testFilterOutDuplicateJobMasterRegistrations` still
needed?
----------------------------------------------------------------
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