[ 
https://issues.apache.org/jira/browse/KUDU-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486067#comment-15486067
 ] 

Adar Dembo commented on KUDU-1301:
----------------------------------

[~jtbirdsell] there's code in build-support/jenkins/build-and-test.sh that's 
disabled because of this bug. See:

{code}
# If all tests passed, ensure that they cleaned up their test output.
#
# TODO: Python is currently leaking a tmp directory sometimes (KUDU-1301).
# Temporarily disabled until that's fixed.
#
# if [ $EXIT_STATUS == 0 ]; then
#   TEST_TMPDIR_CONTENTS=$(ls $TEST_TMPDIR)
#   if [ -n "$TEST_TMPDIR_CONTENTS" ]; then
#     echo "All tests passed, yet some left behind their test output:"
#     for SUBDIR in $TEST_TMPDIR_CONTENTS; do
#       echo $SUBDIR
#     done
#     EXIT_STATUS=1
#   fi
# fi
{code}

Want to take a crack at reenabling it?

> python tests sometimes leak tmp directory
> -----------------------------------------
>
>                 Key: KUDU-1301
>                 URL: https://issues.apache.org/jira/browse/KUDU-1301
>             Project: Kudu
>          Issue Type: Bug
>          Components: python, test
>    Affects Versions: 0.6.0
>            Reporter: Todd Lipcon
>            Assignee: Jordan Birdsell
>            Priority: Minor
>
> In http://gerrit.cloudera.org:8080/#/c/1815/1 I tried to move the check for 
> leaked tmp directories after the python test/build sequence, but it 
> frequently fails because Python seems to leak a tmp dir. 
> http://gerrit.cloudera.org:8080/#/c/1817/ will temporarily disable the check, 
> but we should go back and understand better why it's happening (since the 
> code attempts to clean up in the test teardown method)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to