You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/05/07 23:24:00 UTC

[jira] [Resolved] (IMPALA-9735) Shell tests on Centos 7 failing in get_python_version_for_shell_env

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

Joe McDonnell resolved IMPALA-9735.
-----------------------------------
    Fix Version/s: Impala 4.0
       Resolution: Fixed

> Shell tests on Centos 7 failing in get_python_version_for_shell_env
> -------------------------------------------------------------------
>
>                 Key: IMPALA-9735
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9735
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 4.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 4.0
>
>
> Shell tests running on Centos 7 started failing with the following error:
> {noformat}
> custom_cluster/test_client_ssl.py:33: in <module>
>     from tests.shell.util import run_impala_shell_cmd, run_impala_shell_cmd_no_expect, \
> shell/util.py:103: in <module>
>     SHELL_IS_PYTHON_2 = True if (get_python_version_for_shell_env() == 2) else False
> shell/util.py:96: in get_python_version_for_shell_env
>     sys.exit("Could not determine python version in shell env: {}".format(str(e)))
> E   SystemExit: Could not determine python version in shell env: need more than 2 values to unpack{noformat}
> This is impacting multiple shell tests on the core job, and it reproduces consistently. This seems to have been introduced by the fix for IMPALA-9718.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)