Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11813 )
Change subject: IMPALA-5031: Jenkins jobs should fail when UBSAN fails ...................................................................... IMPALA-5031: Jenkins jobs should fail when UBSAN fails Before this patch, Jenkins builds do not fail or warn if UBSAN produces an error. This patch introduces two new failure modes, "error" and "death". In "error", a junit error is generated, which causes a build to be labeled "unstable". In "death", a forked process constantly monitors the test logs and kills the test run if a UBSAN error is found. Change-Id: I783243458ac2765a97a1dd7dd40d458cc2e1d80b Reviewed-on: http://gerrit.cloudera.org:8080/11813 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/jenkins/all-tests.sh M bin/jenkins/finalize.sh 2 files changed, 43 insertions(+), 0 deletions(-) Approvals: Jim Apple: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11813 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I783243458ac2765a97a1dd7dd40d458cc2e1d80b Gerrit-Change-Number: 11813 Gerrit-PatchSet: 6 Gerrit-Owner: Jim Apple <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
