You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Thomas Tauber-Marshall (JIRA)" <ji...@apache.org> on 2017/11/28 19:40:00 UTC

[jira] [Resolved] (IMPALA-6201) TestRuntimeFilters.test_basic_filters fails on ASAN

     [ https://issues.apache.org/jira/browse/IMPALA-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Tauber-Marshall resolved IMPALA-6201.
--------------------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.11.0

commit 7dd28ff4316dd3191c955ef48dfc53493ff5c0af
Author: Thomas Tauber-Marshall <tm...@cloudera.com>
Date:   Mon Nov 27 10:22:16 2017 -0800

    IMPALA-6201: Fix test_basic_filters on ASAN
    
    TestRuntimeFilters.test_basic_filters is flaky on ASAN as sometimes
    the runtime filters aren't recieved within the specified
    RUNTIME_FILTER_WAIT_TIME_MS.
    
    This patch increases the timeout for ASAN builds.
    
    Change-Id: I8c20cbb75a9b6da73137f220657aa75dea9dfdce
    Reviewed-on: http://gerrit.cloudera.org:8080/8646
    Reviewed-by: Sailesh Mukil <sa...@cloudera.com>
    Reviewed-by: Alex Behm <al...@cloudera.com>
    Tested-by: Impala Public Jenkins

> TestRuntimeFilters.test_basic_filters fails on ASAN
> ---------------------------------------------------
>
>                 Key: IMPALA-6201
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6201
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.11.0
>            Reporter: Taras Bobrovytsky
>            Assignee: Thomas Tauber-Marshall
>            Priority: Blocker
>              Labels: broken-build, flaky
>             Fix For: Impala 2.11.0
>
>
> {code}
> TestRuntimeFilters.test_basic_filters[exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: rc/snap/block] 
> [gw2] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/../infra/python/env/bin/python
> query_test/test_runtime_filters.py:43: in test_basic_filters
>     self.run_test_case('QueryTest/runtime_filters', vector)
> common/impala_test_suite.py:435: in run_test_case
>     verify_runtime_profile(test_section['RUNTIME_PROFILE'], result.runtime_profile)
> common/test_result_verifier.py:560: in verify_runtime_profile
>     actual))
> E   AssertionError: Did not find matches for lines in runtime profile:
> E   EXPECTED LINES:
> E   row_regex: .*Files rejected: 8 .*
> {code}



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