[
https://issues.apache.org/jira/browse/FLINK-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15296191#comment-15296191
]
ASF GitHub Bot commented on FLINK-3953:
---------------------------------------
GitHub user mxm opened a pull request:
https://github.com/apache/flink/pull/2019
[FLINK-3953] rename unit-tests execution to default-test
After 38698c0b101cbb48f8c10adf4060983ac07e2f4b, there are now two
executions defined for the Surefire plugin: unit-tests and
integration-tests. In addition, there is an implicit default execution
called default-test. This leads to the unit tests to be executed
twice. This renames unit-tests to default-test to prevent duplicate
execution.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mxm/flink FLINK-3953
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2019.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2019
----
commit c1d099431a48583075fd51267914df946f14aa4f
Author: Maximilian Michels <[email protected]>
Date: 2016-05-23T10:06:25Z
[FLINK-3953] rename unit-tests execution to default-test
After 38698c0b101cbb48f8c10adf4060983ac07e2f4b, there are now two
executions defined for the Surefire plugin: unit-tests and
integration-tests. In addition, there is an implicit default execution
called default-test. This leads to the unit tests to be executed
twice. This renames unit-tests to default-test to prevent duplicate
execution.
----
> Surefire plugin executes unit tests twice
> -----------------------------------------
>
> Key: FLINK-3953
> URL: https://issues.apache.org/jira/browse/FLINK-3953
> Project: Flink
> Issue Type: Bug
> Components: Build System, Tests
> Affects Versions: 1.1.0
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: Minor
> Fix For: 1.1.0
>
>
> After FLINK-3909 the unit tests are executed twice. There are now two
> executions defined for the Surefire plugin: {{unit-tests}} and
> {{integration-tests}}. In addition, there is a default execution called
> {{default-test}}. This leads to the unit tests to be executed twice. Either
> renaming unit-tests to default-test or skipping default-test would fix the
> problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)