Qifan Chen has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17111


Change subject: IMPALA-10532 
TestOverlapMinMaxFilters.test_overlap_min_max_filters seems flaky
......................................................................

IMPALA-10532 TestOverlapMinMaxFilters.test_overlap_min_max_filters seems flaky

This patch addresses the flakyness seen with a particular test within
overlap_min_max_filters by allowing the sum of NumRuntimeFilteredPages
to be greater than a value. Previously, such a sum can only be equal to
an expected value and is not sufficient for various test conditions in
which the scan of the parquet data files can start before the arrival
of a runtime filter.

The extension to test_result_verifier.py allows '>' and '<' condition
to be expressed for aggregation(SUM, <counter>), such as
aggregation(SUM, NumRuntimeFilteredPages)> 80.

Testing:
 - Ran TestOverlapMinMaxFilters.

Change-Id: I93940a104bfb2d68cb1d41d7e303348190fd5972
---
M 
testdata/workloads/functional-query/queries/QueryTest/overlap_min_max_filters.test
M tests/common/test_result_verifier.py
2 files changed, 31 insertions(+), 12 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/11/17111/1
--
To view, visit http://gerrit.cloudera.org:8080/17111
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I93940a104bfb2d68cb1d41d7e303348190fd5972
Gerrit-Change-Number: 17111
Gerrit-PatchSet: 1
Gerrit-Owner: Qifan Chen <qc...@cloudera.com>

Reply via email to