You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/09/26 15:46:00 UTC

[jira] [Created] (IMPALA-7628) test_tls_edch failing on CentOS 6/Python 2.6

Tim Armstrong created IMPALA-7628:
-------------------------------------

             Summary: test_tls_edch failing on CentOS 6/Python 2.6
                 Key: IMPALA-7628
                 URL: https://issues.apache.org/jira/browse/IMPALA-7628
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.1.0
         Environment: CentOS 6.4, Python 2.6
            Reporter: Tim Armstrong
            Assignee: Thomas Tauber-Marshall


{noformat}
custom_cluster/test_client_ssl.py:125: in test_tls_ecdh
    self._validate_positive_cases("%s/server-cert.pem" % self.CERT_DIR)
custom_cluster/test_client_ssl.py:198: in _validate_positive_cases
    result = run_impala_shell_cmd(shell_options)
shell/util.py:97: in run_impala_shell_cmd
    result.stderr)
E   AssertionError: Cmd --ssl -q 'select 1 + 2' was expected to succeed: Starting Impala Shell without Kerberos authentication
E   SSL is enabled. Impala server certificates will NOT be verified (set --ca_cert to change)
E   /data/jenkins/workspace/impala-asf-master-exhaustive-centos6/Impala-Toolchain/thrift-0.9.3-p4/python/lib64/python2.6/site-packages/thrift/transport/TSSLSocket.py:80: DeprecationWarning: 3th positional argument is deprecated. Use keyward argument insteand.
E     DeprecationWarning)
E   /data/jenkins/workspace/impala-asf-master-exhaustive-centos6/Impala-Toolchain/thrift-0.9.3-p4/python/lib64/python2.6/site-packages/thrift/transport/TSSLSocket.py:80: DeprecationWarning: 4th positional argument is deprecated. Use keyward argument insteand.
E     DeprecationWarning)
E   /data/jenkins/workspace/impala-asf-master-exhaustive-centos6/Impala-Toolchain/thrift-0.9.3-p4/python/lib64/python2.6/site-packages/thrift/transport/TSSLSocket.py:80: DeprecationWarning: 5th positional argument is deprecated. Use keyward argument insteand.
E     DeprecationWarning)
E   /data/jenkins/workspace/impala-asf-master-exhaustive-centos6/Impala-Toolchain/thrift-0.9.3-p4/python/lib64/python2.6/site-packages/thrift/transport/TSSLSocket.py:216: DeprecationWarning: validate is deprecated. Use cert_reqs=ssl.CERT_NONE instead
E     DeprecationWarning)
E   No handlers could be found for logger "thrift.transport.TSSLSocket"
E   Error connecting: TTransportException, Could not connect to localhost:21000: [Errno 1] _ssl.c:490: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
E   Not connected to Impala, could not execute queries.
{noformat}

Git hash is e38715e25297cc3643482be04e3b1b273e339b54

I'm going to push out a temporary fix to unblock tests (since there are other related tests skipped on this platform) but I'll let Thomas validate the correctness of it.



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