Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/1103#issuecomment-138497195 @StephanEwen Do you mean `ExecutionGraphRestartTest`? When I increased slots in test instance, I got another exception. Exception log is following: ``` org.scalatest.exceptions.TestFailedException: FAILING did not equal FAILED at org.scalatest.MatchersHelper$.newTestFailedException(MatchersHelper.scala:160) at org.scalatest.Matchers$ShouldMethodHelper$.shouldMatcher(Matchers.scala:6231) at org.scalatest.Matchers$AnyShouldWrapper.should(Matchers.scala:6277) at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest$$anonfun$1$$anonfun$apply$mcV$sp$1.apply$mcV$sp(ExecutionGraphRestartTest.scala:68) at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest$$anonfun$1$$anonfun$apply$mcV$sp$1.apply(ExecutionGraphRestartTest.scala:40) at org.apache.flink.runtime.executiongraph.ExecutionGraphRestartTest$$anonfun$1$$anonfun$apply$mcV$sp$1.apply(ExecutionGraphRestartTest.scala:40) at org.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22) at org.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85) at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) at org.scalatest.Transformer.apply(Transformer.scala:22) at org.scalatest.Transformer.apply(Transformer.scala:20) at org.scalatest.WordSpecLike$$anon$1.apply(WordSpecLike.scala:953) at org.scalatest.Suite$class.withFixture(Suite.scala:1122) ``` It seems because of checking job status before cleaning. But I cannot how to fix this. Also I got an exception in `JobManagerRegistrationTest`. It seems that executed JobManager cannot receive message from test actor. After telling message to JM, JM is terminated.
--- 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. ---