Impala Public Jenkins has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/12295 )

Change subject: IMPALA-8135: Bump maven-surefire-plugin version to 2.20
......................................................................

IMPALA-8135: Bump maven-surefire-plugin version to 2.20

Bump maven-surefire-plugin version from 2.18 to 2.20 to support running
specific methods in a parametized junit test class. Impala has some
parameterized JUnit test classes, e.g. AuthorizationTest. It supports
testing on file based authz policy and sentry based authz policy by
parameterizing the TestContext. With our current maven-surefire-plugin
version we can't run a single test method in such kind of classes.

This patch bumps maven-surefire-plugin version to 2.20 so we can run
spercific testMethod of a parameterized class like:
  mvn test -Dtest=AuthorizationTest#TestShowTableResultsFiltered[0]
or
  mvn test -Dtest=AuthorizationTest#TestShowTableResultsFiltered[*]

Test:
 - run FE tests locally.

Change-Id: Ib1d85e181d1e9a15ab5b5d0d6744b6cbf7d5b5b8
Reviewed-on: http://gerrit.cloudera.org:8080/12295
Reviewed-by: Bharath Vissapragada <bhara...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
---
M fe/pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bharath Vissapragada: Looks good to me, approved
  Impala Public Jenkins: Verified

--
To view, visit http://gerrit.cloudera.org:8080/12295
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib1d85e181d1e9a15ab5b5d0d6744b6cbf7d5b5b8
Gerrit-Change-Number: 12295
Gerrit-PatchSet: 3
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Bharath Vissapragada <bhara...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Quanlong Huang <huangquanl...@gmail.com>

Reply via email to