Several Scala Tests not being executed by Maven

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Several Scala Tests not being executed by Maven

Stephan Ewen
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
Reply | Threaded
Open this post in threaded view
|

Re: Several Scala Tests not being executed by Maven

Chiwan Park-2
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



Reply | Threaded
Open this post in threaded view
|

Re: Several Scala Tests not being executed by Maven

Chiwan Park-2
I just created the JIRA issue [1].

Regards,
Chiwan Park

[1] https://issues.apache.org/jira/browse/FLINK-2619

> On Sep 4, 2015, at 6:43 PM, Chiwan Park <[hidden email]> wrote:
>
> 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
>
>
>