I also found the same circumstances. Although I add a fail test case in ExecutionGraphRestartTest, `mvn clean verify` doesn’t fail. I will create an issue covered this.
Regards,
Chiwan Park
> On Aug 29, 2015, at 10:13 PM, Stephan Ewen <
[hidden email]> wrote:
>
> Hi!
>
> I found quite a few tests that are not actually executed by Maven as part
> of the builds. Some actually are in error.
>
> ExecutionGraphRestartTest
> TaskManagerLossFailsTasksTest
> JobManagerRegistrationTest
> ...
>
> All of those are Scala tests with WordSpecLike traits. Seems that this
> configuration has a problem with the Maven unit test plugin.
>
> Anyone else observed something like this before?
>
> Stephan