You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/07/23 00:49:20 UTC

[jira] [Commented] (HBASE-12709) [mvn] Add unit test excludes command line flag to the build.

    [ https://issues.apache.org/jira/browse/HBASE-12709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14637820#comment-14637820 ] 

Hudson commented on HBASE-12709:
--------------------------------

FAILURE: Integrated in HBase-TRUNK #6672 (See [https://builds.apache.org/job/HBase-TRUNK/6672/])
HBASE-12709 [mvn] Add unit test excludes command line flag to the build (jmhsieh: rev 533aa52d83babba813de2a00ea7e15eb6fa3f67a)
* pom.xml


> [mvn] Add unit test excludes command line flag to the build. 
> -------------------------------------------------------------
>
>                 Key: HBASE-12709
>                 URL: https://issues.apache.org/jira/browse/HBASE-12709
>             Project: HBase
>          Issue Type: New Feature
>          Components: build
>    Affects Versions: 1.0.0, 2.0.0, 0.98.10
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>             Fix For: 1.0.0, 2.0.0, hbase-11339, 0.98.10, 1.1.0
>
>         Attachments: hbase-12709.master.patch, hbase-12709.patch
>
>
> I've added a simple way to specify unit test classes to skip when executing unit test runs. 
> I've added a -D variable called test.exclude.pattern that you can using like this:
> {code}
> mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
> {code}
> to exclude the unit tests form TestFoo and TestBar in this run.   By default there is nothing excluded.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)