Janaki Lahorani has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12224


Change subject: IMPALA-8064: Fix intermittent test failures from 
test_min_max_filters
......................................................................

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
---
M 
testdata/workloads/functional-query/queries/QueryTest/decimal_min_max_filters.test
M testdata/workloads/functional-query/queries/QueryTest/min_max_filters.test
M tests/query_test/test_runtime_filters.py
3 files changed, 169 insertions(+), 165 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/24/12224/2
--
To view, visit http://gerrit.cloudera.org:8080/12224
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I111ed15947bd2812753ae68d3bbb8a9871e25b08
Gerrit-Change-Number: 12224
Gerrit-PatchSet: 2
Gerrit-Owner: Janaki Lahorani <jan...@cloudera.com>

Reply via email to