Riza Suminto created IMPALA-13815:
-------------------------------------
Summary: test_ignored_sqls_not_written failed failed in
exhaustive-release-arm build
Key: IMPALA-13815
URL: https://issues.apache.org/jira/browse/IMPALA-13815
Project: IMPALA
Issue Type: Bug
Components: Backend
Reporter: Riza Suminto
Assignee: Jason Fehr
test_ignored_sqls_not_written failed failed in exhaustive-release-arm build
with following error.
{noformat}
Error Message
test setup failure
Stacktrace
custom_cluster/test_query_log.py:59: in setup_method
self.wait_for_wm_init_complete()
common/custom_cluster_test_suite.py:420: in wait_for_wm_init_complete
r'assembled\. Catalog version: (\d+)', timeout_s)
common/impala_test_suite.py:1541: in assert_log_contains_multiline
"contents matching the regex '{}'".format(line_regex)
E AssertionError: did not find any logfile contents matching the regex
'Completed workload management initialization.*?A catalog update with \d+
entries is assembled\. Catalog version: (\d+)'{noformat}
There is also different failure in asf-master-core build.
{noformat}
custom_cluster.test_query_log.TestQueryLogTableAll.test_ignored_sqls_not_written[protocol:
beeswax | table_format: text/none | 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}]
Error Message
AssertionError: query not found in completed queries table assert 0 == 1 +
where 0 = len([]) + where [] =
<tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object at 0x7ff121bf8350>.data
Stacktrace
custom_cluster/test_query_log.py:996: in test_ignored_sqls_not_written
assert len(sql_results.data) == 1, "query not found in completed queries
table"
E AssertionError: query not found in completed queries table
E assert 0 == 1
E + where 0 = len([])
E + where [] = <tests.beeswax.impala_beeswax.ImpalaBeeswaxResult object
at 0x7ff121bf8350>.data
{noformat}
And,
{noformat}
custom_cluster.test_query_log.TestQueryLogTableAll.test_ignored_sqls_not_written[protocol:
hs2 | table_format: text/none | 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}]
Error Message
AssertionError: query not found in completed queries table assert 0 == 1 +
where 0 = len([]) + where [] =
<tests.common.impala_connection.ImpylaHS2ResultSet object at
0x7ff121aada90>.data
Stacktrace
custom_cluster/test_query_log.py:996: in test_ignored_sqls_not_written
assert len(sql_results.data) == 1, "query not found in completed queries
table"
E AssertionError: query not found in completed queries table
E assert 0 == 1
E + where 0 = len([])
E + where [] = <tests.common.impala_connection.ImpylaHS2ResultSet object
at 0x7ff121aada90>.data
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)