GitHub user shijinkui opened a pull request:

    https://github.com/apache/flink/pull/3211

    c[FLINK-5640][test]onfigure the explicit Unit Test file suffix

    There are four types of Unit Test file: *ITCase.java, *Test.java, 
*ITSuite.scala, *Suite.scala
    File name ending with "IT.java" is integration test. File name ending with 
"Test.java"  is unit test.
    
    It's clear for Surefire plugin of default-test execution to declare that 
"*Test.*" is Java Unit Test.
    
    The test file statistics:
    * Suite  total: 10
    * ITCase  total: 378
    * Test  total: 1008
    * ITSuite  total: 14

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shijinkui/flink defined_ut_suffix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3211.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 #3211
    
----
commit aeea3f0b4cd9de5a3ea6a7eb37ce7b70d66d4942
Author: shijinkui <shijin...@huawei.com>
Date:   2017-01-25T13:18:13Z

    c[FLINK-5640][test]onfigure the explicit Unit Test file suffix

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to