Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19208 )
Change subject: IMPALA-11706: Unlimit Pytest failures for precommit ...................................................................... IMPALA-11706: Unlimit Pytest failures for precommit The change for IMPALA-11569 modified all-tests.sh to run bin/bootstrap_development.sh rather than sourcing it. That means the environment variables defined in bin/bootstrap_development.sh no longer apply to all-tests.sh, and thus precommit. In particular, MAX_PYTEST_FAILURES is no longer set to zero, so the default of MAX_PYTEST_FAILURES=10 applies. This is too low. This sets MAX_PYTEST_FAILURES=0 in all-tests.sh to allow unlimited pytest failures. This also bumps the default MAX_PYTEST_FAILURES from 10 to 100. Change-Id: I38209fa357ab4edb4c8730fc2186a84a8eefda0d Reviewed-on: http://gerrit.cloudera.org:8080/19208 Reviewed-by: Quanlong Huang <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/jenkins/all-tests.sh M bin/run-all-tests.sh 2 files changed, 3 insertions(+), 1 deletion(-) Approvals: Quanlong Huang: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19208 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I38209fa357ab4edb4c8730fc2186a84a8eefda0d Gerrit-Change-Number: 19208 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
