Joe McDonnell has uploaded this change for review. ( 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 --- M bin/jenkins/all-tests.sh M bin/run-all-tests.sh 2 files changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/08/19208/1 -- 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: newchange Gerrit-Change-Id: I38209fa357ab4edb4c8730fc2186a84a8eefda0d Gerrit-Change-Number: 19208 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
