Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4818: Ensure the same number of tests are run every time ......................................................................
IMPALA-4818: Ensure the same number of tests are run every time This is a partial revert of Change-Id: I04b4d6db508a26a1a2e4b972b... from January 2014. That commit caused test_cancel_insert to run different random tests each time it was run; the number of tests run could vary between 1 and 9. This commit fixes the number at 9, and the same 9 every time, to avoid test flakiness. Change-Id: I22cecfbe7c9a102f788d01eb80aa188579ef6d7e Reviewed-on: http://gerrit.cloudera.org:8080/5784 Reviewed-by: Michael Brown <[email protected]> Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- M tests/query_test/test_cancellation.py 1 file changed, 0 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Verified Michael Brown: Looks good to me, but someone else must approve Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/5784 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I22cecfbe7c9a102f788d01eb80aa188579ef6d7e Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Jim Apple <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
