Navigation Menu

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_socket is flakey #46416

Closed
gvanrossum opened this issue Feb 22, 2008 · 3 comments
Closed

test_socket is flakey #46416

gvanrossum opened this issue Feb 22, 2008 · 3 comments
Labels
easy tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@gvanrossum
Copy link
Member

BPO 2163
Nosy @gvanrossum

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 = None
closed_at = <Date 2008-02-25.17:24:02.133>
created_at = <Date 2008-02-22.17:03:01.410>
labels = ['easy', 'type-bug', 'tests']
title = 'test_socket is flakey'
updated_at = <Date 2008-02-25.17:24:02.119>
user = 'https://github.com/gvanrossum'

bugs.python.org fields:

activity = <Date 2008-02-25.17:24:02.119>
actor = 'gvanrossum'
assignee = 'none'
closed = True
closed_date = <Date 2008-02-25.17:24:02.133>
closer = 'gvanrossum'
components = ['Tests']
creation = <Date 2008-02-22.17:03:01.410>
creator = 'gvanrossum'
dependencies = []
files = []
hgrepos = []
issue_num = 2163
keywords = ['easy']
message_count = 3.0
messages = ['62693', '62977', '62987']
nosy_count = 2.0
nosy_names = ['gvanrossum', 'motteneder']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue2163'
versions = ['Python 3.0']

@gvanrossum
Copy link
Member Author

I find that test_socket fails regularly (but not always) when run via
"regrtest.py -uall". The message is always "socket is not connected" but
it's unclear from which test it comes -- all I know is that it comes
from tearDown() on line 123.

(This may be a problem with 2.6 as well -- or not.)

@gvanrossum gvanrossum added tests Tests in the Lib/test dir easy type-bug An unexpected behavior, bug, or error labels Feb 22, 2008
@motteneder
Copy link
Mannequin

motteneder mannequin commented Feb 25, 2008

I'm not able to reproduce this with latest svn on OS X 10.5.2.
test_socket never fails.

@gvanrossum
Copy link
Member Author

It seems to work now for me too. I'll keep an eye out though.

@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
easy tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant