You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Michael Ho (JIRA)" <ji...@apache.org> on 2019/07/10 01:39:00 UTC

[jira] [Resolved] (IMPALA-8744) TestSessionExpiration.test_closing_idle_connection fails on Centos 6 due to Python 2.6 incompatibility

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

Michael Ho resolved IMPALA-8744.
--------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.3.0

> TestSessionExpiration.test_closing_idle_connection fails on Centos 6 due to Python 2.6 incompatibility
> ------------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-8744
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8744
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.3.0
>            Reporter: Joe McDonnell
>            Assignee: Michael Ho
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.3.0
>
>
> custom_cluster/test_session_expiry.py fails with the following message:
> {noformat}
> custom_cluster/test_session_expiration.py:131: in test_closing_idle_connection
>     "impala.thrift-server.{}-frontend.connections-in-use".format(protocol)
> E   ValueError: zero length field name in format{noformat}
> The format needs to use "\{0}" rather than "{}", because Python 2.6 doesn't support "{}"



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