Csaba Ringhofer created IMPALA-13929:
----------------------------------------
Summary: Make 'functional-query' the default workload in
ImpalaTestSuite
Key: IMPALA-13929
URL: https://issues.apache.org/jira/browse/IMPALA-13929
Project: IMPALA
Issue Type: Test
Components: Test
Reporter: Csaba Ringhofer
The usage of get_workload() in tests is not intuitive and generally useless -
most test suites return 'functional-query' and ones that don't can have
unexpected behavior regarding 'core' vs 'exhaustive' exploration_strategy (see
IMPALA-3947 for detailed description).
Returning 'functional-query' by default and overriding get_workload() only in
suites that return a different workload would allow removing a lot of
boilerplate code avoid potential mistakes related to exploration_strategy. An
example is TestCatalogHMSFailures, which is currently skipped even in
exhaustive test runs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)