Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/13337
to look at the new patch set (#2).
Change subject: IMPALA-8545: Test Ldap authentication
......................................................................
IMPALA-8545: Test Ldap authentication
Currently, Impala does not have any automated tests for LDAP auth
functionality, due to the challenge of setting up an LDAP server
for use by the minicluster.
This patch adds LDAP tests by utilizing the ApacheDS project's
unit testing functionality, which works with JUnit to setup up
a local LDAP server for the duration of a test suite.
Change-Id: I92b5e60860c60209c1bd8afe5b3ea201fb7a7513
---
M bin/rat_exclude_files.txt
M fe/pom.xml
M fe/src/test/java/org/apache/impala/service/JdbcTest.java
A fe/src/test/java/org/apache/impala/service/JdbcTestBase.java
A fe/src/test/java/org/apache/impala/service/LdapJdbcTest.java
A fe/src/test/java/org/apache/impala/testutil/CustomClusterRunner.java
M fe/src/test/java/org/apache/impala/testutil/ImpalaJdbcClient.java
A fe/src/test/resources/users.ldif
8 files changed, 297 insertions(+), 85 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/37/13337/2
--
To view, visit http://gerrit.cloudera.org:8080/13337
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I92b5e60860c60209c1bd8afe5b3ea201fb7a7513
Gerrit-Change-Number: 13337
Gerrit-PatchSet: 2
Gerrit-Owner: Thomas Marshall <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>