[ 
https://issues.apache.org/jira/browse/IMPALA-7104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500472#comment-16500472
 ] 

ASF subversion and git services commented on IMPALA-7104:
---------------------------------------------------------

Commit a8974406aafe0f34bd045e90b60397e3eea79a1a in impala's branch 
refs/heads/2.x from [~twmarshall]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=a897440 ]

IMPALA-7104: test_bloom_wait_time failing with timeout on asan

test_bloom_wait_time checks that its query runs in less than a certain
amount of time, to ensure we aren't waiting on bloom filters that will
never arrive.

The test sometimes goes slightly over the timeout and fails on ASAN.
This patch uses a specific_build_type_timeout to extend the allowed
timeout for ASAN.

It also fixes a bug in a similar test where we were comparing a
duration in seconds to a timeout in milliseconds, and renames some
variables to make it clearer why this was a bug.

Change-Id: I0271eb83e65b3b5f17e32f6501032f0d12dde38e
Reviewed-on: http://gerrit.cloudera.org:8080/10565
Reviewed-by: Michael Brown <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> test_bloom_wait_time failing with timeout on asan
> -------------------------------------------------
>
>                 Key: IMPALA-7104
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7104
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 2.13.0, Impala 3.1.0
>            Reporter: Thomas Tauber-Marshall
>            Assignee: Thomas Tauber-Marshall
>            Priority: Blocker
>              Labels: broken-build, flaky
>             Fix For: Impala 2.13.0, Impala 3.1.0
>
>
> {noformat}
> 18:49:06  TestBloomFilters.test_bloom_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: rc/snap/block] 
> 18:49:06 [gw2] linux2 -- Python 2.6.6 
> /data/jenkins/workspace/impala-cdh6.0.x-core-asan/repos/Impala/bin/../infra/python/env/bin/python
> 18:49:06 query_test/test_runtime_filters.py:92: in test_bloom_wait_time
> 18:49:06     assert duration < 60, \
> 18:49:06 E   AssertionError: Query took too long (80.9109249115s, possibly 
> waiting for missing filters?)
> 18:49:06 E   assert 80.910924911499023 < 60
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to