You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/13 12:28:14 UTC

[GitHub] tillrohrmann commented on a change in pull request #7683: [FLINK-11486][tests] Port RecoveryITCase to new code base

tillrohrmann commented on a change in pull request #7683: [FLINK-11486][tests] Port RecoveryITCase to new code base
URL: https://github.com/apache/flink/pull/7683#discussion_r256373252
 
 

 ##########
 File path: flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorITCase.java
 ##########
 @@ -78,22 +81,14 @@ public void teardown() throws Exception {
 	}
 
 	/**
-	 * Tests that a job will be re-executed if a new TaskExecutor joins the cluster.
+	 * Tests that a job can be re-executed after the job has failed due
+	 * to a TaskExecutor termination.
 	 */
 	@Test
-	public void testNewTaskExecutorJoinsCluster() throws Exception {
+	public void testCleanClusterStateAfterTaskExecutorTermination() throws Exception {
 
 Review comment:
   Good idea. I will apply the changes.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services