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.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---