Hello Csaba Ringhofer, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/18970
to look at the new patch set (#2).
Change subject: IMPALA-11572: deflake test_mt_dop_skew_lpt
......................................................................
IMPALA-11572: deflake test_mt_dop_skew_lpt
test_mt_dop_skew_lpt was flaky. Also, it calculated the
min(bytes_read) / max(bytes_read) globally across all fragment
insteances, not just among the intra-node fragment instances.
To deflake the test, this test:
* calculate intra-node min(bytes_read) / max(bytes_read) ratios
instead of global ones
* print out the ratios so we'll know the numbers when the test fails
* eliminate compression codec test dimension which is not used anyway
Change-Id: I823542c21fe8f10f43a501fe4175da883eaf2f99
---
M tests/query_test/test_scanners.py
1 file changed, 22 insertions(+), 13 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/70/18970/2
--
To view, visit http://gerrit.cloudera.org:8080/18970
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I823542c21fe8f10f43a501fe4175da883eaf2f99
Gerrit-Change-Number: 18970
Gerrit-PatchSet: 2
Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>