mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
IMPALA-7628: skip test_tls_ecdh on Python 2.6
This is a temporary workaround. On the CentOS 6 build that failed test_tls_v12, test_wildcard_san_ssl and test_wildcard_ssl were all skipped so I figured this will unblock the tests without losing coverage on most platforms that have recent Python. Change-Id: I94ae9d254d5fd337774a24106eb9b08585ac0b01 Reviewed-on: http://gerrit.cloudera.org:8080/11519 Reviewed-by: Thomas Marshall <thomasmarshall@cmu.edu> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
ce145ffee6
commit
09150f04ca
@@ -120,6 +120,8 @@ class TestClientSsl(CustomClusterTestSuite):
|
||||
statestored_args=TLS_ECDH_ARGS,
|
||||
catalogd_args=TLS_ECDH_ARGS)
|
||||
@pytest.mark.skipif(HAS_LEGACY_OPENSSL, reason=SKIP_SSL_MSG)
|
||||
@pytest.mark.skipif(sys.version_info < REQUIRED_MIN_PYTHON_VERSION_FOR_TLSV12,
|
||||
reason="Working around IMPALA-7628. TODO: is the right workaround?")
|
||||
def test_tls_ecdh(self, vector):
|
||||
self._verify_negative_cases()
|
||||
self._validate_positive_cases("%s/server-cert.pem" % self.CERT_DIR)
|
||||
|
||||
Reference in New Issue
Block a user