You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Vihang Karajgaonkar (Jira)" <ji...@apache.org> on 2020/06/24 18:21:00 UTC

[jira] [Created] (IMPALA-9889) test_runtime_filters flaky on Kudu table format

Vihang Karajgaonkar created IMPALA-9889:
-------------------------------------------

             Summary: test_runtime_filters flaky on Kudu table format
                 Key: IMPALA-9889
                 URL: https://issues.apache.org/jira/browse/IMPALA-9889
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.0
            Reporter: Vihang Karajgaonkar


Couple of tests in test_runtime_filters test fail on Kudu table formats randomly with the stack trace below:

{noformat}
query_test/test_runtime_filters.py:208: in test_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   619
E   
E   ACTUAL VALUE:
E   718
{noformat}

{noformat}
query_test/test_runtime_filters.py:277: in test_all_runtime_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   37
E   
E   ACTUAL VALUE:
E   718
{noformat}



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