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

TestSpilling.test_spilling_aggs failing: SpilledPartitions: 0 (0)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 2.10.0
    • Impala 2.10.0
    • Backend

    Description

      Recently seen in ASAN builds. The RUNTIME_PROFILE reports:

      SpilledPartitions: 0 (0)
      

      The test expects a result matching the following regex:

      02:35:30  TestSpilling.test_spilling_aggs[exec_option: {'debug_action': None, 'default_spillable_buffer_size': '256k'} | table_format: parquet/none] 
      02:35:30 [gw3] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/../infra/python/env/bin/python
      02:35:30 query_test/test_spilling.py:53: in test_spilling_aggs
      02:35:30     self.run_test_case('QueryTest/spilling-aggs', vector)
      02:35:30 common/impala_test_suite.py:430: in run_test_case
      02:35:30     verify_runtime_profile(test_section['RUNTIME_PROFILE'], result.runtime_profile)
      02:35:30 common/test_result_verifier.py:560: in verify_runtime_profile
      02:35:30     actual))
      02:35:30 E   AssertionError: Did not find matches for lines in runtime profile:
      02:35:30 E   EXPECTED LINES:
      02:35:30 E   row_regex: .*SpilledPartitions: .* \([1-9][0-9]*\)
      

      This has affected these variations of the test.

      TestSpilling::()::test_spilling_aggs[exec_option: {'debug_action': None, 'default_spillable_buffer_size': '256k'} | table_format: parquet/none]
      TestSpilling::()::test_spilling_aggs[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@0.1', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none]
      TestSpilling::()::test_spilling_aggs[exec_option: {'debug_action': '-1:OPEN:SET_DENY_RESERVATION_PROBABILITY@0.5', 'default_spillable_buffer_size': '256k'} | table_format: parquet/none]
      

      Note that there were other failures in the same test runs similar to IMPALA-5820.

      Attachments

        Activity

          People

            tarmstrong Tim Armstrong
            dknupp David Knupp
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: