[
https://issues.apache.org/jira/browse/HBASE-27050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540496#comment-17540496
]
Hudson commented on HBASE-27050:
--------------------------------
Results for branch branch-2.5
[build #123 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/123/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/123/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/123/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/123/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.5/123/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> Support unit test pattern matching again
> ----------------------------------------
>
> Key: HBASE-27050
> URL: https://issues.apache.org/jira/browse/HBASE-27050
> Project: HBase
> Issue Type: Test
> Components: test
> Affects Versions: 2.5.0
> Reporter: Andrew Kyle Purtell
> Assignee: Andrew Kyle Purtell
> Priority: Minor
> Fix For: 2.5.0, 3.0.0-alpha-3
>
>
> Sometimes we want to run a build with a subset of unit tests to be executed
> over multiple modules, like:
> {{mvn clean install -DskipITs -Dtest=Test*Encode*}}
> which will execute some tests in common, some in server, etc. but not in
> checkstyle, which fails
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M6:test
> (default-test) on project hbase-checkstyle:
> No tests matching pattern "Test*Encode*" were executed!
> (Set -Dsurefire.failIfNoSpecifiedTests=false to ignore this error.) -> [Help
> 1]
> [ERROR]
> {noformat}
> We already set {{failIfNoTests}} to false in the surefire configuration.
> Apparently {{failIfNoSpecifiedTests}} is also necessary to support the above.
> When {{failIfNoSpecifiedTests}} is specified in the configuration or on the
> command line, surefire behaves as expected.
> This behavior has changed in branch-2.5 and up.
> Open to suggestions for other solutions.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)