Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16047 )
Change subject: IMPALA-9830: Fix flakiness in test_mt_dop_scan_node ...................................................................... IMPALA-9830: Fix flakiness in test_mt_dop_scan_node This test has inherent flakiness due to it relying on instances fetching scan ranges from a shared queue. The time sensitivity enhanced the flakiness on a release build. So this change decreases the mt_dop level to 8 which results in a failure rate of 0.05%. This along with increasing the num of tries should make sure flakiness is removed. Change-Id: Ibc2f073096b9294205d2a18bd9cc44907b3f4da0 Reviewed-on: http://gerrit.cloudera.org:8080/16047 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_mt_dop.py 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/16047 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibc2f073096b9294205d2a18bd9cc44907b3f4da0 Gerrit-Change-Number: 16047 Gerrit-PatchSet: 3 Gerrit-Owner: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
