[
https://issues.apache.org/jira/browse/IMPALA-8135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang resolved IMPALA-8135.
------------------------------------
Resolution: Fixed
> Bump maven-surefire-plugin version to at least 2.19 to support running a
> single parameterized test
> --------------------------------------------------------------------------------------------------
>
> Key: IMPALA-8135
> URL: https://issues.apache.org/jira/browse/IMPALA-8135
> Project: IMPALA
> Issue Type: Improvement
> Components: Frontend
> Reporter: Quanlong Huang
> Assignee: Quanlong Huang
> Priority: Major
> Fix For: Impala 3.2.0
>
>
> Our current version of maven-surefire-plugin is 2.18 which does not support
> running a single parameterized test. For example, AuthorizationTest is a
> parameterized test class to support tests on file based auth and sentry based
> auth together. Currently, we can't run a single test method like:
> {code:java}
> (pushd fe && mvn test
> -Dtest=AuthorizationTest#TestDescribeTableResults[*]){code}
> I'm in branch-2.x. My head is e288128ba and I'm cherry-picking 9282fa3ba.
> AuthorizationTest#TestDescribeTableResults is the only test failures needed
> to fix.
> We need to upgrade maven-surefire-plugin to at least 2.19 to support this:
> http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html#Multiple_Formats_in_One
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)