This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_os failure in refleak runs
Type: resource usage Stage: resolved
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brian.curtin Nosy List: brian.curtin, pitrou
Priority: normal Keywords:

Created on 2010-11-30 22:28 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg122945 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-11-30 22:28
$ ./python -m test.regrtest -R 3:2 test_os
[1/1] test_os
[35351 refs]
[35351 refs]
[35352 refs]
beginning 5 repetitions
12345
[35351 refs]
[35351 refs]
[35352 refs]
test test_os failed -- Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_os.py", line 898, in test_unicode_name
    self._test_link(self.file1, self.file2)
  File "/home/antoine/py3k/__svn__/Lib/test/test_os.py", line 879, in _test_link
    os.link(file1, file2)
OSError: [Errno 17] File exists
msg122960 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-12-01 00:01
Fixed in r86906. Split the shared setUp/tearDown into individual methods for each part.
History
Date User Action Args
2022-04-11 14:57:09adminsetgithub: 54800
2010-12-01 00:01:29brian.curtinsetstatus: open -> closed
resolution: fixed
messages: + msg122960

stage: resolved
2010-11-30 22:28:35pitroucreate