Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/4807#discussion_r144519154
--- Diff:
flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskManagerComponentsStartupShutdownTest.java
---
@@ -202,8 +202,6 @@ protected void run() {
assertTrue(ioManager.isProperlyShutDown());
assertTrue(memManager.isShutdown());
} finally {
-
TestingUtils.stopActorsGracefully(Arrays.asList(jobManager, taskManager));
--- End diff --
Is this now happening automatically?
---