You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "David Knupp (JIRA)" <ji...@apache.org> on 2017/08/21 23:46:02 UTC

[jira] [Created] (IMPALA-5824) TestSpilling.test_spilling_aggs failing on ASAN builds: SpilledPartitions: 0 (0)

David Knupp created IMPALA-5824:
-----------------------------------

             Summary: TestSpilling.test_spilling_aggs failing on ASAN builds: SpilledPartitions: 0 (0)
                 Key: IMPALA-5824
                 URL: https://issues.apache.org/jira/browse/IMPALA-5824
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.10.0
            Reporter: David Knupp
            Priority: Critical


The RUNTIME_PROFILE reports:
{noformat}
SpilledPartitions: 0 (0)
{noformat}

The test expects a result matching the following regex:
{noformat}
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]*\)
{noformat}

This has affected these variations of the test.
{noformat}
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]
{noformat}

Note that there are other failures in this test run similar to IMPALA-5820.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)