You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2019/05/09 22:48:00 UTC

[jira] [Resolved] (IMPALA-8488) Authorization tests for Ranger breaks on S3 in test_show_grant

     [ https://issues.apache.org/jira/browse/IMPALA-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-8488.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0

> Authorization tests for Ranger breaks on S3 in test_show_grant
> --------------------------------------------------------------
>
>                 Key: IMPALA-8488
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8488
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.3.0
>            Reporter: Laszlo Gaal
>            Assignee: Austin Nobis
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.3.0
>
>
> Stack Trace:
> {code:java}
> authorization/test_ranger.py:170: in test_show_grant
> unique_table)
> authorization/test_ranger.py:261: in _test_show_grant_basic
> [kw, id, "", "", "", "hdfs://localhost:20500" + uri, "", "all", "false"]])
> authorization/test_ranger.py:346: in _check_privileges
> assert map(columns, result.data) == expected
> E assert [['USER', 'je...-1/tmp', ...]] == [['USER', 'jen...00/tmp', ...]]
> E At index 0 diff: ['USER', 'jenkins', '', '', '', 's3a://impala-test-uswest2-1/tmp', '', 'all', 'false'] != ['USER', 'jenkins', '', '', '', 'hdfs://localhost:20500/tmp', '', 'all', 'false']
> E Full diff:
> E [['USER',
> E 'jenkins',
> E '',
> E '',
> E '',
> E - 's3a://impala-test-uswest2-1/tmp',
> E + 'hdfs://localhost:20500/tmp',
> E '',
> E 'all',
> E 'false']]{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)