Thomas Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13337
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 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 7 files changed, 296 insertions(+), 85 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/37/13337/1 -- 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: newchange Gerrit-Change-Id: I92b5e60860c60209c1bd8afe5b3ea201fb7a7513 Gerrit-Change-Number: 13337 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Marshall <[email protected]>
