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 16:01:00 UTC

[jira] [Created] (IMPALA-7629) TestClientSsl tests seem to be disabled on non-legacy platforms

Tim Armstrong created IMPALA-7629:
-------------------------------------

             Summary: TestClientSsl tests seem to be disabled on non-legacy platforms
                 Key: IMPALA-7629
                 URL: https://issues.apache.org/jira/browse/IMPALA-7629
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.1.0
         Environment: Ubuntu 16.04, Python 2.7.14
            Reporter: Tim Armstrong
            Assignee: Philip Zeyliger


I noticed that when I ran some of these tests on Ubuntu 16.04 they are skipped:
{noformat}
$ impala-py.test tests/custom_cluster/test_client_ssl.py -k ecdh
...
tests/custom_cluster/test_client_ssl.py::TestClientSsl::test_tls_ecdh[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'debug_action': None, 'exec_single_node_rows_threshold': 0} | table_format: text/none] SKIPPED
{noformat}

I don't think this is intended. The logic in IMPALA-6990 looks backwards in that HAS_LEGACY_OPENSSL is a non-None integer (i.e. truthy) when the version field exists.

Assigning to Phil since he reviewed the patch and probably has some context.



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