You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sahil Takiar (Jira)" <ji...@apache.org> on 2020/10/05 16:36:00 UTC

[jira] [Created] (IMPALA-10217) test_runtime_filters.TestMinMaxFilters.test_decimal_min_max_filters is flaky

Sahil Takiar created IMPALA-10217:
-------------------------------------

             Summary: test_runtime_filters.TestMinMaxFilters.test_decimal_min_max_filters is flaky
                 Key: IMPALA-10217
                 URL: https://issues.apache.org/jira/browse/IMPALA-10217
             Project: IMPALA
          Issue Type: Test
            Reporter: Sahil Takiar


Seen this a few times in exhaustive builds:
{code}
query_test.test_runtime_filters.TestMinMaxFilters.test_decimal_min_max_filters[protocol: beeswax | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': True, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: kudu/none] (from pytest)

query_test/test_runtime_filters.py:231: in test_decimal_min_max_filters
    test_file_vars={'$RUNTIME_FILTER_WAIT_TIME_MS': str(WAIT_TIME_MS)})
common/impala_test_suite.py:718: in run_test_case
    update_section=pytest.config.option.update_results)
common/test_result_verifier.py:627: 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   102
E   
E   ACTUAL VALUE:
E   38
E   
{code}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)