Daniel Becker created IMPALA-14319: -------------------------------------- Summary: SSL related test failures in TestClientSsl and others Key: IMPALA-14319 URL: https://issues.apache.org/jira/browse/IMPALA-14319 Project: IMPALA Issue Type: Bug Reporter: Daniel Becker Assignee: Quanlong Huang
Some SSL related tests started failing in TestClientSsl and TestClientKeepalive. Some of the tests: {noformat} custom_cluster.test_client_ssl.TestClientSsl.test_ssl custom_cluster.test_client_ssl.TestClientSsl.test_webserver_ssl custom_cluster.test_client_ssl.TestClientSsl.test_tls_ecdh custom_cluster.test_client_keepalive.TestClientKeepalive.test_ssl_keepalive{noformat} Example: h3. Error Message {code:java} AssertionError: Cmd ['--ssl', '-q', 'select 1 + 2'] was expected to succeed: Starting Impala Shell with no authentication using Python 3.9.21 SSL is enabled. Impala server certificates will NOT be verified (set --ca_cert to change) Warning: live_progress only applies to interactive shell sessions, and is being skipped for now. 2025-08-12 23:19:18 [Exception] Error connectingTTransportException Could not connect to any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)] Not connected to Impala, could not execute queries.{code} h3. Stacktrace {noformat} custom_cluster/test_client_ssl.py:99: in test_ssl self._validate_positive_cases(vector, "%s/server-cert.pem" % CERT_DIR) custom_cluster/test_client_ssl.py:250: in _validate_positive_cases result = run_impala_shell_cmd(vector, shell_options) shell/util.py:137: in run_impala_shell_cmd result.stderr) E AssertionError: Cmd ['--ssl', '-q', 'select 1 + 2'] was expected to succeed: Starting Impala Shell with no authentication using Python 3.9.21 E SSL is enabled. Impala server certificates will NOT be verified (set --ca_cert to change) E Warning: live_progress only applies to interactive shell sessions, and is being skipped for now. E 2025-08-12 23:19:18 [Exception] Error connectingTTransportException Could not connect to any of [('::1', 21050, 0, 0), ('127.0.0.1', 21050)] E Not connected to Impala, could not execute queries.{noformat} In the failed runs, most of the changes were catalog related changes by [~stigahuang] , so I'm assigning this to you. Please reassign if inappropriate. -- This message was sent by Atlassian Jira (v8.20.10#820010)