[
https://issues.apache.org/jira/browse/SUREFIRE-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169486#comment-16169486
]
Josh Elser commented on SUREFIRE-1389:
--------------------------------------
bq. do not use simple quotation marks
This was to work around my shell expanding the asterisk instead of passing it
along. I can escape it instead.
Did I miss some release notes where this functionality changed? Or, was this
just something that previously happened to work but was never intended to work?
> 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)