tillrohrmann commented on a change in pull request #6729: [FLINK-10386] [taskmanager] Remove legacy class TaskExecutionStateListener URL: https://github.com/apache/flink/pull/6729#discussion_r222603994
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskTest.java ########## @@ -348,7 +335,6 @@ public void testExecutionFailsInInvoke() { validateUnregisterTask(task.getExecutionId()); validateListenerMessage(ExecutionState.RUNNING, task, false); - validateListenerMessage(ExecutionState.FAILED, task, true); Review comment: Why are we removing these assertions? ---------------------------------------------------------------- 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