Zoltán Borók-Nagy created IMPALA-13808:
------------------------------------------
Summary: Execute more webserver tests in CORE builds
Key: IMPALA-13808
URL: https://issues.apache.org/jira/browse/IMPALA-13808
Project: IMPALA
Issue Type: Test
Components: Test
Reporter: Zoltán Borók-Nagy
Tests in tests/custom_cluster/test_web_pages.py::TestWebPage are only executed
in exhaustive mode, which means they are not part of our pre-commit verify jobs.
Some tests in in this class run shortly:
{noformat}
test_webserver_hide_logs_link 4.5 sec
test_cdp_header_disabled 4.5 sec
test_query_log_size_in_bytes 4.7 sec
test_query_stmt_without_truncate 4.8 sec
test_query_stmt_with_custom_length 4.8 sec
test_catalog_operations_limit 5.6 sec
test_max_post_length 6.3 sec
test_transient_topic_size 7.4 sec
test_catalog_operations_with_rpc_retry 7.9 sec
test_varz_hidden_variables 8 sec
test_catalog_tables_stats_legacy_catalog 8.3 sec
test_catalog_tables_stats_local_catalog 8.6 sec
test_webserver_url_not_exposed 8.7 sec
test_webserver_interface 10 sec
test_event_processor_error_message 17 sec
test_event_processor_status 24 sec
test_catalog_operations_negative_limit 31 sec{noformat}
It'd be better to move some of them to a new class and run them in CORE builds.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)