Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_os failure in refleak runs #54800

Closed
pitrou opened this issue Nov 30, 2010 · 2 comments
Closed

test_os failure in refleak runs #54800

pitrou opened this issue Nov 30, 2010 · 2 comments
Assignees
Labels
performance Performance or resource usage tests Tests in the Lib/test dir

Comments

@pitrou
Copy link
Member

pitrou commented Nov 30, 2010

BPO 10591
Nosy @pitrou, @briancurtin

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/briancurtin'
closed_at = <Date 2010-12-01.00:01:29.348>
created_at = <Date 2010-11-30.22:28:35.977>
labels = ['tests', 'performance']
title = 'test_os failure in refleak runs'
updated_at = <Date 2010-12-01.00:01:29.347>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2010-12-01.00:01:29.347>
actor = 'brian.curtin'
assignee = 'brian.curtin'
closed = True
closed_date = <Date 2010-12-01.00:01:29.348>
closer = 'brian.curtin'
components = ['Tests']
creation = <Date 2010-11-30.22:28:35.977>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 10591
keywords = []
message_count = 2.0
messages = ['122945', '122960']
nosy_count = 2.0
nosy_names = ['pitrou', 'brian.curtin']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'resource usage'
url = 'https://bugs.python.org/issue10591'
versions = ['Python 3.2']

@pitrou
Copy link
Member Author

pitrou commented Nov 30, 2010

$ ./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

@pitrou pitrou added tests Tests in the Lib/test dir performance Performance or resource usage labels Nov 30, 2010
@briancurtin
Copy link
Member

Fixed in r86906. Split the shared setUp/tearDown into individual methods for each part.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

2 participants