GJL commented on a change in pull request #7676: [FLINK-11364][tests] Port TaskManagerFailsITCase to new code base URL: https://github.com/apache/flink/pull/7676#discussion_r256293420
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java ########## @@ -215,6 +215,14 @@ public HighAvailabilityServices getHighAvailabilityServices() { } } + @VisibleForTesting + @Nonnull + protected Collection<DispatcherResourceManagerComponent<?>> getDispatcherResourceManagerComponents() { Review comment: I am confused about why this change is show in the fixup commit. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services