Quanlong Huang has uploaded this change for review. ( 
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
spercific 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
---
M fe/pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/95/12295/1
--
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: newchange
Gerrit-Change-Id: Ib1d85e181d1e9a15ab5b5d0d6744b6cbf7d5b5b8
Gerrit-Change-Number: 12295
Gerrit-PatchSet: 1
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>

Reply via email to