Zoltán Borók-Nagy created IMPALA-11160:
------------------------------------------
Summary: 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
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.1#820001)