Aggarwal-Raghav commented on PR #4464: URL: https://github.com/apache/hive/pull/4464#issuecomment-1615410929
PR failed with `Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project hive-classification: No tests matching pattern "noMatches" were executed! (Set -Dsurefire.failIfNoSpecifiedTests=false to ignore this error.)` Because of [SUREFIRE-1910](https://issues.apache.org/jira/browse/SUREFIRE-1910) the default value of `surefire.failIfNoSpecifiedTests` is set to `true`. Earlier the default value was not mentioned and this issue starts from surefire version 3.0.0-M6. Hence adding one xml tag in maven-surefire-plugin configuration `<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
