
report at bugs
Nov 9, 2009, 8:25 AM
Post #1 of 3
(274 views)
Permalink
|
|
[issue7295] test_tarfile uses a hardcoded file name
|
|
New submission from Antoine Pitrou <pitrou [at] free>: 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> <http://bugs.python.org/issue7295> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|