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/02 15:09:53 UTC

[GitHub] jinglining commented on a change in pull request #7613: [FLINK-11370][test]Check and port ZooKeeperLeaderElectionITCase to ne…

jinglining commented on a change in pull request #7613: [FLINK-11370][test]Check and port ZooKeeperLeaderElectionITCase to ne…
URL: https://github.com/apache/flink/pull/7613#discussion_r253268328
 
 

 ##########
 File path: flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/LeaderChangeClusterComponentsTest.java
 ##########
 @@ -141,6 +142,16 @@ public void testReelectionOfJobMaster() throws Exception {
 		assertThat(jobResult.isSuccess(), is(true));
 	}
 
+	@Test
+	public void testTaskManagerRegisterReelectionOfResourceManager() throws Exception {
+
+		assertTrue(miniCluster.requestTaskManagerInfo().get().size() == NUM_TMS);
 
 Review comment:
   Ok, that sounds good.

----------------------------------------------------------------
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