[
https://issues.apache.org/jira/browse/IMPALA-11160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17537977#comment-17537977
]
Quanlong Huang edited comment on IMPALA-11160 at 5/17/22 6:45 AM:
------------------------------------------------------------------
Saw this again in
[https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5677]
The tail of the stdout is
{noformat}
compute incremental stats pt;
-- 2022-05-16 22:08:17,504 INFO MainThread: Started query
fe42177975ff932d:c2a161e900000000
-- executing against localhost:21000
SET DEFAULT_TRANSACTIONAL_TYPE="NONE";
-- 2022-05-16 22:08:18,022 INFO MainThread: Started query
2c469b158e512d34:51566f8900000000
-- executing against localhost:21000
show table stats pt;
-- 2022-05-16 22:08:18,029 INFO MainThread: Started query
904f9d876980832a:7062f4a700000000
-- 2022-05-16 22:08:18,041 ERROR MainThread: Comparing QueryTestResults
(expected vs actual):
'1',1,1,'2B','NOT CACHED','NOT CACHED',regex:.*,'true',regex:.* !=
'1',1,1,'2B','NOT CACHED','NOT
CACHED','TEXT','false','hdfs://192.168.124.1:20500/test-warehouse/managed/test_acid_compute_stats_3a068c53.db/pt/p=1'
'Total',1,1,'2B','0B','','','','' == 'Total',1,1,'2B','0B','','','',''
{noformat}
We run COMPUTE INCREMENTAL STATS on table "pt" and get table stats of it. The
"Incremental stats" column is "false" which is wrong.
was (Author: stiga-huang):
Saw this again in
https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5677
> TestAcid.test_acid_compute_stats failed in ubuntu-16.04-dockerised-tests
> ------------------------------------------------------------------------
>
> Key: IMPALA-11160
> URL: https://issues.apache.org/jira/browse/IMPALA-11160
> Project: IMPALA
> Issue Type: Bug
> Reporter: Zoltán Borók-Nagy
> Assignee: Csaba Ringhofer
> Priority: Major
> Labels: broken-build
>
> h3. Error Message
> {noformat}
> query_test/test_acid.py:220: in test_acid_compute_stats
> self.run_test_case('QueryTest/acid-compute-stats', vector,
> use_db=unique_database) common/impala_test_suite.py:718: in run_test_case
> self.__verify_results_and_errors(vector, test_section, result, use_db)
> common/impala_test_suite.py:554: in __verify_results_and_errors
> replace_filenames_with_placeholder) common/test_result_verifier.py:469: in
> verify_raw_results VERIFIER_MAP[verifier](expected, actual)
> common/test_result_verifier.py:278: in verify_query_result_is_equal
> assert expected_results == actual_results E assert Comparing
> QueryTestResults (expected vs actual): E '1',1,1,'2B','NOT CACHED','NOT
> CACHED',regex:.*,'true',regex:.* != '1',1,1,'2B','NOT CACHED','NOT
> CACHED','TEXT','false','hdfs://192.168.124.1:20500/test-warehouse/managed/test_acid_compute_stats_69ccf940.db/pt/p=1'
> E 'Total',1,1,'2B','0B','','','','' == 'Total',1,1,'2B','0B','','','',''
> {noformat}
> h3. Stacktrace
> {noformat}
> query_test/test_acid.py:220: in test_acid_compute_stats
> self.run_test_case('QueryTest/acid-compute-stats', vector,
> use_db=unique_database)
> common/impala_test_suite.py:718: in run_test_case
> self.__verify_results_and_errors(vector, test_section, result, use_db)
> common/impala_test_suite.py:554: in __verify_results_and_errors
> replace_filenames_with_placeholder)
> common/test_result_verifier.py:469: in verify_raw_results
> VERIFIER_MAP[verifier](expected, actual)
> common/test_result_verifier.py:278: in verify_query_result_is_equal
> assert expected_results == actual_results
> E assert Comparing QueryTestResults (expected vs actual):
> E '1',1,1,'2B','NOT CACHED','NOT CACHED',regex:.*,'true',regex:.* !=
> '1',1,1,'2B','NOT CACHED','NOT
> CACHED','TEXT','false','hdfs://192.168.124.1:20500/test-warehouse/managed/test_acid_compute_stats_69ccf940.db/pt/p=1'
> E 'Total',1,1,'2B','0B','','','','' == 'Total',1,1,'2B','0B','','','',''
> {noformat}
> It happend in
> https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5359/
> *Please click on "Don't keep this build forever" once this issue is resolved*
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]