[issue7295] test_tarfile uses a hardcoded file name

Antoine Pitrou report at bugs.python.org
Mon Nov 9 17:25:21 CET 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

I got this error on my buildbot:

test test_tarfile crashed -- <class 'IOError'>: [Errno 13] Permission
denied: '/tmp/test_tarfile_tmp/testtar.tar.gz'

test_tarfile should not use a hardcoded file name but rely on TESTFN
instead (or any of tempfile.mk*), so that concurrent test runs don't fail.

----------
assignee: lars.gustaebel
components: Library (Lib), Tests
messages: 95086
nosy: lars.gustaebel, pitrou
priority: low
severity: normal
stage: needs patch
status: open
title: test_tarfile uses a hardcoded file name
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list