This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from b5524e95a IMPALA-11935: Generate core dumps if ASAN/TSAN/UBSAN built
be tests crash
new 490dd7b11 IMPALA-11726: Allow LDAP user and group filter when Kerberos
is enabled
new 39fea06f2 IMPALA-11990: Make actual failures clearer
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/rpc/authentication-test.cc | 67 +++
be/src/rpc/authentication.cc | 133 ++++-
be/src/util/ldap-util.cc | 6 +-
bin/rat_exclude_files.txt | 2 +
docs/topics/impala_fixed_issues.xml | 2 +-
.../customcluster/KerberosKdcEnvironment.java | 178 ++++++
.../impala/customcluster/LdapImpalaShellTest.java | 10 +-
.../customcluster/LdapKerberosImpalaShellTest.java | 640 +++++++++++++++++++++
.../LdapKerberosImpalaShellTestBase.java | 123 ++++
...hBindDefaultFiltersKerberosImpalaShellTest.java | 165 ++++++
.../LdapSearchBindImpalaShellTest.java | 57 +-
.../LdapSimpleBindImpalaShellTest.java | 55 +-
.../impala/customcluster/RunShellCommand.java | 14 +-
.../java/org/apache/impala/testutil/LdapUtil.java | 2 +
fe/src/test/resources/adschema.ldif | 57 ++
fe/src/test/resources/adusers.ldif | 59 ++
fe/src/test/resources/users.ldif | 11 +
testdata/bin/create-load-data.sh | 6 +-
testdata/bin/kill-hbase.sh | 3 +-
19 files changed, 1558 insertions(+), 32 deletions(-)
create mode 100644
fe/src/test/java/org/apache/impala/customcluster/KerberosKdcEnvironment.java
create mode 100644
fe/src/test/java/org/apache/impala/customcluster/LdapKerberosImpalaShellTest.java
create mode 100644
fe/src/test/java/org/apache/impala/customcluster/LdapKerberosImpalaShellTestBase.java
create mode 100644
fe/src/test/java/org/apache/impala/customcluster/LdapSearchBindDefaultFiltersKerberosImpalaShellTest.java
create mode 100644 fe/src/test/resources/adschema.ldif
create mode 100644 fe/src/test/resources/adusers.ldif