[New-bugs-announce] [issue15967] Slaves don't seem to clean up their /tmp mess if a step fails.

Trent Nelson report at bugs.python.org
Tue Sep 18 20:57:09 CEST 2012


New submission from Trent Nelson:

All my slaves' /tmp's are polluted with regrtest fluff.  I haven't checked yet, but I presume no cleanup is done if a test/run fails.

nitrogen% find /tmp -user cpython 2> /dev/null | wc -l
197
netbsd51-x64-1$ find /tmp -user cpython 2> /dev/null | wc -l
     142
oxygen% find /tmp -user cpython 2> /dev/null | wc -l                
456

Placeholder issue until it annoys me enough to patch.

----------
assignee: trent
components: Build
messages: 170663
nosy: trent
priority: normal
severity: normal
status: open
title: Slaves don't seem to clean up their /tmp mess if a step fails.
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15967>
_______________________________________


More information about the New-bugs-announce mailing list