mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
test_group_impersonation fails when running with test-with-docker.py because os.getgroups() returns empty in Docker for the authorized proxy groups which results in denying all access. The patch is to use a group name from a current GID. Testing: - Ran all test_authorization with test-with-docker.py. Change-Id: Icb6089273fd9bc3763cb45f0591610b04a6b232e Reviewed-on: http://gerrit.cloudera.org:8080/10772 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>