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)

Reply via email to