Vihang Karajgaonkar created IMPALA-10922:
--------------------------------------------
Summary: test_orc_stats failing on exhaustive builds
Key: IMPALA-10922
URL: https://issues.apache.org/jira/browse/IMPALA-10922
Project: IMPALA
Issue Type: Test
Reporter: Vihang Karajgaonkar
Assignee: Norbert Luksa
test_orc_stats.py is failing on certain exhaustive builds. The stack trace of
the failure looks like below.
{noformat}
query_test/test_orc_stats.py:40: in test_orc_stats
self.run_test_case('QueryTest/orc-stats', vector, use_db=unique_database)
common/impala_test_suite.py:779: in run_test_case
update_section=pytest.config.option.update_results)
common/test_result_verifier.py:653: in verify_runtime_profile
% (function, field, expected_value, actual_value, op, actual))
E AssertionError: Aggregation of SUM over RowsRead did not match expected
results.
E EXPECTED VALUE:
E 0
E
E
E ACTUAL VALUE:
E 10
E
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)