[ https://issues.apache.org/jira/browse/SUREFIRE-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170070#comment-16170070
]
Josh Elser commented on SUREFIRE-1389:
--------------------------------------
bq. The documentation did not change.
It would be quite appreciated if you would update the documentation to reflect the breaking
changes you're making. Thanks for the explanation to the change.
> Java package regex via command line selects no tests
> ----------------------------------------------------
>
> Key: SUREFIRE-1389
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1389
> Project: Maven Surefire
> Issue Type: Bug
> Affects Versions: 2.20
> Reporter: Josh Elser
> Assignee: Tibor Digana
>
> We noticed the following problem over in [HBase|https://issues.apache.org/jira/browse/HBASE-18264?focusedCommentId=16082795&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16082795]
> On surefire 2.18.1 and 2.19.1, the following command would have the effect of running
all tests which exist in the package {{org.apache.hadoop.hbase.quotas}}:
> {noformat}
> mvn package -Dtest='org.apache.hadoop.hbase.quotas.*'
> {noformat}
> Upon upgrading to 2.20, the same command executes no tests.
> If helpful, plugin configuration (albeit convoluted) can be found at https://github.com/apache/hbase/blob/branch-2/pom.xml.
Happy to provide other info to help debug further -- I haven't tried a trivial reproduction.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|