Hello Bharath Vissapragada, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/12295

to look at the new patch set (#2).

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
---
M fe/pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/95/12295/2
--
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: newpatchset
Gerrit-Change-Id: Ib1d85e181d1e9a15ab5b5d0d6744b6cbf7d5b5b8
Gerrit-Change-Number: 12295
Gerrit-PatchSet: 2
Gerrit-Owner: Quanlong Huang <huangquanl...@gmail.com>
Gerrit-Reviewer: Bharath Vissapragada <bhara...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>

Reply via email to