Qifan Chen created IMPALA-10673:
-----------------------------------
Summary: authorization.test_ranger.TestRanger.test_show_grant
failed in impala-cdh-7.1-maint-exhaustive build
Key: IMPALA-10673
URL: https://issues.apache.org/jira/browse/IMPALA-10673
Project: IMPALA
Issue Type: Test
Components: Security
Reporter: Qifan Chen
The following error was seen with the build at
https://master-03.jenkins.cloudera.com/job/impala-cdh-7.1-maint-exhaustive/3/testReport/junit/authorization.test_ranger/TestRanger/test_show_grant/.
{code:java}
Error Message
assert [['USER', 'je... '', '', ...]] == [] Left contains more items, first
extra item: ['USER', 'jenkins', 'test_show_grant_cf8fca4c_db', '', '', '', ...]
Full diff: + [] - [['USER', - 'jenkins', -
'test_show_grant_cf8fca4c_db', - '', - '', - '', - '*', -
'select', - 'false']]
Stacktrace
authorization/test_ranger.py:212: in test_show_grant
unique_table)
authorization/test_ranger.py:331: in _test_show_grant_basic
TestRanger._check_privileges(result, [])
authorization/test_ranger.py:796: in _check_privileges
assert map(columns, result.data) == expected
E assert [['USER', 'je... '', '', ...]] == []
E Left contains more items, first extra item: ['USER', 'jenkins',
'test_show_grant_cf8fca4c_db', '', '', '', ...]
E Full diff:
E + []
E - [['USER',
E - 'jenkins',
E - 'test_show_grant_cf8fca4c_db',
E - '',
E - '',
E - '',
E - '*',
E - 'select',
E - 'false']]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)