You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/16 22:56:37 UTC

[kudu-CR] build: disable check for leaked tmp dirs

Hello Jean-Daniel Cryans, Adar Dembo,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1817

to review the following change.

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. In order to fix this source of precommit flakiness,
we'll just disable this for now.

Change-Id: I9ea325da5866adb494e5419ce54a50b964454f7f
---
M build-support/jenkins/build-and-test.sh
1 file changed, 17 insertions(+), 15 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/1817/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1817
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ea325da5866adb494e5419ce54a50b964454f7f
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans