Github user mxm commented on a diff in the pull request:

    https://github.com/apache/flink/pull/858#discussion_r39017774
  
    --- Diff: 
flink-tests/src/test/scala/org/apache/flink/api/scala/runtime/jobmanager/JobManagerFailsITCase.scala
 ---
    @@ -53,41 +54,41 @@ class JobManagerFailsITCase(_system: ActorSystem)
       }
     
       "A TaskManager" should {
    -    "detect a lost connection to the JobManager and try to reconnect to 
it" in {
    -
    -      val num_slots = 13
    -      val cluster = startDeathwatchCluster(num_slots, 1)
    -
    -      val tm = cluster.getTaskManagers(0)
    -      val jmGateway = 
cluster.getLeaderGateway(TestingUtils.TESTING_DURATION)
    -
    -      // disable disconnect message to test death watch
    -      tm ! DisableDisconnect
    -
    -      try {
    -        within(TestingUtils.TESTING_DURATION) {
    -          jmGateway.tell(RequestNumberRegisteredTaskManager, self)
    -          expectMsg(1)
    -
    -          tm ! NotifyWhenJobManagerTerminated(jmGateway.actor)
    -
    -          jmGateway.tell(PoisonPill, self)
    -
    -          expectMsgClass(classOf[JobManagerTerminated])
    -
    -          cluster.restartLeadingJobManager()
    -
    -          cluster.waitForTaskManagersToBeRegistered()
    -
    -          cluster.getLeaderGateway(TestingUtils.TESTING_DURATION)
    -            .tell(RequestNumberRegisteredTaskManager, self)
    -
    -          expectMsg(1)
    -        }
    -      } finally {
    -        cluster.stop()
    -      }
    -    }
    +//    "detect a lost connection to the JobManager and try to reconnect to 
it" in {
    --- End diff --
    
    Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to