[
https://issues.apache.org/jira/browse/IMPALA-11472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-11472.
------------------------------------
Fix Version/s: Impala 4.2.0
Assignee: Joe McDonnell
Resolution: Fixed
> custom_cluster/test_client_ssl.py takes over an hour due to many combinations
> -----------------------------------------------------------------------------
>
> Key: IMPALA-11472
> URL: https://issues.apache.org/jira/browse/IMPALA-11472
> Project: IMPALA
> Issue Type: Task
> Components: Clients
> Affects Versions: Impala 4.2.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Major
> Fix For: Impala 4.2.0
>
>
> test_client_ssl.py runs for multiple different client protocols (beeswax,
> hs2, hs2-http) as well as multiple versions of impala-shell. This adds up to
> a significant amount of time. On this debug core run, it takes 1.5 hours:
> {noformat}
> 15:26:01
> custom_cluster/test_client_ssl.py::TestClientSsl::test_ssl[impala_shell: dev
> | protocol: beeswax | exec_option: {'test_replan': 1, 'batch_size': 0,
> 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen':
> False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} |
> table_format: text/none] PASSED
> 15:26:13
> custom_cluster/test_client_ssl.py::TestClientSsl::test_ssl[impala_shell: dev3
> | protocol: hs2 | exec_option: {'test_replan': 1, 'batch_size': 0,
> 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen':
> False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} |
> table_format: text/none] PASSED
> ...
> 17:06:50
> custom_cluster/test_client_ssl.py::TestClientSsl::test_wildcard_san_ssl[impala_shell:
> python3 | protocol: beeswax | exec_option: {'test_replan': 1, 'batch_size':
> 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen':
> False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} |
> table_format: text/none] xfail
> 17:10:55
> custom_cluster/test_client_ssl.py::TestClientSslUnsupported::test_shell_warning[protocol:
> beeswax | exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0,
> 'disable_codegen_rows_threshold': 0, 'disable_codegen': False,
> 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format:
> text/none] SKIPPED{noformat}
> In particular, there are some tests that run but are marked xfail
> (TestClientSsl::test_wildcard_ssl, TestClientSsl::test_wildcard_san_ssl) that
> each take 4 minutes. We should reduce the number of combinations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)