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

[jira] [Resolved] (IMPALA-8478) tests/authorization/test_provider.py breaks on CentOS 6 with Python 2.7-ism

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

Fredy Wijaya resolved IMPALA-8478.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0

> tests/authorization/test_provider.py breaks on CentOS 6 with Python 2.7-ism
> ---------------------------------------------------------------------------
>
>                 Key: IMPALA-8478
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8478
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Laszlo Gaal
>            Assignee: Fredy Wijaya
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.3.0
>
>
> tests/authorization/test_provider.py contains a format string variant not available on Python 2.6.x, which is the default Python version on CentOS 6. This breaks the test on CentOS 6:
> {code}
> 20:31:53 =========================== short test summary info ============================
> 20:31:53 XFAIL custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_update[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none]
> 20:31:53   IMPALA-2925: the execution is not deterministic so some tests sometimes don't fail as expected
> 20:31:53 FAIL authorization/test_provider.py::TestAuthorizationProvider::()::test_invalid_provider_flag
> 20:31:53 =================================== FAILURES ===================================
> 20:31:53 _____________ TestAuthorizationProvider.test_invalid_provider_flag _____________
> 20:31:53 authorization/test_provider.py:59: in test_invalid_provider_flag
> 20:31:53     .format(TestAuthorizationProvider.BAD_FLAG))
> 20:31:53 E   ValueError: zero length field name in format
> 20:31:53 ---------------------------- Captured stderr setup -----------------------------
> {code}



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