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/10/31 23:50:01 UTC

[jira] [Resolved] (IMPALA-6127) Failure in TestRuntimeFilters.test_wait_time on ASAN

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

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

commit efe95bd3e43050f7a65f1747614193e8038c482d
Author: Thomas Tauber-Marshall <tm...@cloudera.com>
Date:   Sat Oct 28 12:44:45 2017 -0700
  
    IMPALA-6127: Fix timeout in TestRuntimeFilter.test_wait_time
    
    test_wait_time has been flaky recently on ASAN due to hitting a
    timeout. The fix is to increase the timeout for ASAN builds.
    
    Change-Id: Iee005bee8e0a535ce59d2e23e56be6004f2eb9de
    Reviewed-on: http://gerrit.cloudera.org:8080/8427
    Reviewed-by: Alex Behm <al...@cloudera.com>
    Tested-by: Impala Public Jenkins

> Failure in TestRuntimeFilters.test_wait_time on ASAN
> ----------------------------------------------------
>
>                 Key: IMPALA-6127
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6127
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 2.11.0
>            Reporter: Thomas Tauber-Marshall
>            Assignee: Thomas Tauber-Marshall
>            Priority: Blocker
>              Labels: broken-build, flaky
>             Fix For: Impala 2.11.0
>
>
> {noformat}
> 09:33:22.202 =================================== FAILURES ===================================
> 09:33:22.202  TestRuntimeFilters.test_wait_time[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: parquet/none] 
> 09:33:22.202 [gw2] linux2 -- Python 2.6.6 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/../infra/python/env/bin/python
> 09:33:22.202 query_test/test_runtime_filters.py:51: in test_wait_time
> 09:33:22.202     assert duration < 60, \
> 09:33:22.202 E   AssertionError: Query took too long (67.6508791447s, possibly waiting for missing filters?)
> 09:33:22.202 E   assert 67.650879144668579 < 60
> {noformat}



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