Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9889

test_runtime_filters flaky on Kudu table format

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 4.0.0
    • Impala 4.0.0
    • None
    • ghx-label-7

    Description

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

      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
      
      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
      

      Attachments

        Activity

          People

            wzhou Wenzhe Zhou
            vihangk1 Vihang Karajgaonkar
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: