[
https://issues.apache.org/jira/browse/IMPALA-7104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497537#comment-16497537
]
ASF subversion and git services commented on IMPALA-7104:
---------------------------------------------------------
Commit 7bd2f723a935e4b1715f0da0769471a2bb8f923b in impala's branch
refs/heads/master from [~twmarshall]
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=7bd2f72 ]
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 3.1.0
> Reporter: Thomas Tauber-Marshall
> Assignee: Thomas Tauber-Marshall
> Priority: Blocker
> Labels: broken-build, flaky
>
> {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]