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 2019/07/08 18:35:00 UTC

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

Joe McDonnell created IMPALA-8744:
-------------------------------------

             Summary: 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


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)