You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Fredy Wijaya (Code Review)" <ge...@cloudera.org> on 2018/06/20 07:01:46 UTC

[Impala-ASF-CR] IMPALA-7187: Fix test group impersonation running inside Docker

Fredy Wijaya has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/10772 )

Change subject: IMPALA-7187: Fix test_group_impersonation running inside Docker
......................................................................

IMPALA-7187: Fix test_group_impersonation running inside Docker

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
---
M tests/authorization/test_authorization.py
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/10772/3
-- 
To view, visit http://gerrit.cloudera.org:8080/10772
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icb6089273fd9bc3763cb45f0591610b04a6b232e
Gerrit-Change-Number: 10772
Gerrit-PatchSet: 3
Gerrit-Owner: Fredy Wijaya <fw...@cloudera.com>
Gerrit-Reviewer: Fredy Wijaya <fw...@cloudera.com>
Gerrit-Reviewer: Philip Zeyliger <ph...@cloudera.com>