[
https://issues.apache.org/jira/browse/FLINK-2619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14734523#comment-14734523
]
ASF GitHub Bot commented on FLINK-2619:
---------------------------------------
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.
> Some Scala Tests not being executed by Maven
> --------------------------------------------
>
> Key: FLINK-2619
> URL: https://issues.apache.org/jira/browse/FLINK-2619
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Reporter: Chiwan Park
> Assignee: Chiwan Park
> Priority: Critical
>
> Some Scala Tests are not executed by Maven. Originally this issue are
> reported by [~StephanEwen]. I also executed {{mvn clean verify}} and found
> the same circumstance.
> Original post is
> [here|http://mail-archives.apache.org/mod_mbox/flink-dev/201508.mbox/%3ccanc1h_tlgt-rrtybua6c0ypihhv8w1bwyb4sogahn9_cfck...@mail.gmail.com%3e]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)