TisonKun commented on a change in pull request #6729: [FLINK-10386] 
[taskmanager] Remove legacy class TaskExecutionStateListener
URL: https://github.com/apache/flink/pull/6729#discussion_r220238017
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/taskmanager/TaskTest.java
 ##########
 @@ -429,7 +413,7 @@ public void testFailExternallyDuringInvoke() {
                        awaitLatch.await();
 
                        task.failExternally(new Exception("test"));
-                       assertTrue(task.getExecutionState() == 
ExecutionState.FAILED);
 
 Review comment:
   FYI [FLINK-10426](https://issues.apache.org/jira/browse/FLINK-10426), you 
can take over it if have idea of that anytime before I start processing 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to