Todd Lipcon has submitted this change and it was merged. Change subject: build: disable check for leaked tmp dirs ......................................................................
build: disable check for leaked tmp dirs The Python tests appear to be leaking tmp directories occasionally due to some race in cleanup (KUDU-1301). In order to fix this source of precommit flakiness, we'll just disable this for now. Change-Id: I9ea325da5866adb494e5419ce54a50b964454f7f Reviewed-on: http://gerrit.cloudera.org:8080/1817 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M build-support/jenkins/build-and-test.sh 1 file changed, 14 insertions(+), 10 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/1817 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ea325da5866adb494e5419ce54a50b964454f7f Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Jean-Daniel Cryans Gerrit-Reviewer: Todd Lipcon <[email protected]>
