Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11530 )
Change subject: IMPALA-7629: Re-enable erroneously disabled TestClientSsl tests. ...................................................................... IMPALA-7629: Re-enable erroneously disabled TestClientSsl tests. The fix for IMPALA-6990 had a bug, disabling some tests erroneously. With this change, the tests run on Ubuntu16:04 like so: tests/custom_cluster/test_client_ssl.py::TestClientSsl::test_ssl[] PASSED tests/custom_cluster/test_client_ssl.py::TestClientSsl::test_tls_ecdh[] PASSED tests/custom_cluster/test_client_ssl.py::TestClientSsl::test_tls_v12[] PASSED tests/custom_cluster/test_client_ssl.py::TestClientSsl::test_wildcard_ssl[] xfail tests/custom_cluster/test_client_ssl.py::TestClientSsl::test_wildcard_san_ssl[] xfail The xfails are all "Inconsistent wildcard support on target platforms". On centos7: custom_cluster/test_client_ssl.py::TestClientSsl::test_ssl[] PASSED custom_cluster/test_client_ssl.py::TestClientSsl::test_tls_ecdh[] SKIPPED custom_cluster/test_client_ssl.py::TestClientSsl::test_tls_v12[] SKIPPED custom_cluster/test_client_ssl.py::TestClientSsl::test_wildcard_ssl[] xfail custom_cluster/test_client_ssl.py::TestClientSsl::test_wildcard_san_ssl[] xfail On centos6: custom_cluster/test_client_ssl.py::TestClientSsl::test_ssl[] PASSED custom_cluster/test_client_ssl.py::TestClientSsl::test_tls_ecdh[] SKIPPED custom_cluster/test_client_ssl.py::TestClientSsl::test_tls_v12[] SKIPPED custom_cluster/test_client_ssl.py::TestClientSsl::test_wildcard_ssl[] SKIPPED custom_cluster/test_client_ssl.py::TestClientSsl::test_wildcard_san_ssl[] SKIPPED I used "curl --silent https://.../consoleText | grep test_client_ssl | sed -e 's/\[.*\]/[]/'" to extract these from Jenkins output. Change-Id: I64879b8af39f967b0059797e7b36421ce0e58bed Reviewed-on: http://gerrit.cloudera.org:8080/11530 Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_client_ssl.py 1 file changed, 10 insertions(+), 7 deletions(-) Approvals: Philip Zeyliger: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11530 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I64879b8af39f967b0059797e7b36421ce0e58bed Gerrit-Change-Number: 11530 Gerrit-PatchSet: 4 Gerrit-Owner: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
