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

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

Commit f8c3e4c0a44dbfa389c195c399e17a64d38a0824 in impala's branch 
refs/heads/master from Janaki Lahorani
[ https://git-wip-us.apache.org/repos/asf?p=impala.git;h=f8c3e4c ]

IMPALA-8064: Fix intermittent test failures from test_min_max_filters

test_min_max_filters and test_decimal_min_max_filters records the aggregated 
probe rows to
check whether min-max filter was exercised.  In the case of ASAN builds, the 
probe side
started processing before the filters reached the probe side, because ASAN 
builds are a
little slower.  The resolution is to increase RUNTIME_FILTER_WAIT_TIME_MS to 
accommodate ASAN.

This issue was also seen earlier on a runtime filter tests and fixed through 
IMPALA-6201.  This
fix mimics the same, by setting RUNTIME_FILTER_WAIT_TIME_MS to 
$RUNTIME_FILTER_WAIT_TIME_MS.

Change-Id: I111ed15947bd2812753ae68d3bbb8a9871e25b08
Reviewed-on: http://gerrit.cloudera.org:8080/12224
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> 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
(v7.6.3#76005)

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

Reply via email to