You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Pooja Nilangekar (JIRA)" <ji...@apache.org> on 2019/01/10 22:27:00 UTC

[jira] [Created] (IMPALA-8064) test_min_max_filters is flaky

Pooja Nilangekar created IMPALA-8064:
----------------------------------------

             Summary: test_min_max_filters is flaky 
                 Key: IMPALA-8064
                 URL: https://issues.apache.org/jira/browse/IMPALA-8064
             Project: IMPALA
          Issue Type: Bug
            Reporter: Pooja Nilangekar
            Assignee: Janaki Lahorani


The following configuration of the test_min_max_filters:
{code:java}
query_test.test_runtime_filters.TestMinMaxFilters.test_min_max_filters[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'debug_action': None, 'exec_single_node_rows_threshold': 0} | table_format: kudu/none]{code}
It produces a higher aggregation of sumĀ over the proberows than expected:
{code:java}
query_test/test_runtime_filters.py:113: in test_min_max_filters     self.run_test_case('QueryTest/min_max_filters', vector) 
common/impala_test_suite.py:518: in run_test_case     update_section=pytest.config.option.update_results) 
common/test_result_verifier.py:612: in verify_runtime_profile     % (function, field, expected_value, actual_value, actual)) 
E   AssertionError: Aggregation of SUM over ProbeRows did not match expected results. 
E   EXPECTED VALUE: E   619 
E    ACTUAL VALUE: E   652
{code}

This test was introduced in the patch for IMPALA-6533



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org