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_asyncore is failing #47324

Closed
benjaminp opened this issue Jun 10, 2008 · 2 comments
Closed

test_asyncore is failing #47324

benjaminp opened this issue Jun 10, 2008 · 2 comments
Assignees
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@benjaminp
Copy link
Contributor

BPO 3074
Nosy @josiahcarlson, @benjaminp

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/josiahcarlson'
closed_at = <Date 2008-06-10.16:01:52.999>
created_at = <Date 2008-06-10.13:06:06.184>
labels = ['type-bug', 'tests']
title = 'test_asyncore is failing'
updated_at = <Date 2008-06-10.16:01:52.980>
user = 'https://github.com/benjaminp'

bugs.python.org fields:

activity = <Date 2008-06-10.16:01:52.980>
actor = 'josiahcarlson'
assignee = 'josiahcarlson'
closed = True
closed_date = <Date 2008-06-10.16:01:52.999>
closer = 'josiahcarlson'
components = ['Tests']
creation = <Date 2008-06-10.13:06:06.184>
creator = 'benjamin.peterson'
dependencies = []
files = []
hgrepos = []
issue_num = 3074
keywords = []
message_count = 2.0
messages = ['67904', '67908']
nosy_count = 2.0
nosy_names = ['josiahcarlson', 'benjamin.peterson']
pr_nums = []
priority = 'critical'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue3074'
versions = ['Python 2.6']

@benjaminp
Copy link
Contributor Author

test_asyncore
test_closeall (test.test_asyncore.HelperFunctionTests) ... ok
test_closeall_default (test.test_asyncore.HelperFunctionTests) ... ok
test_compact_traceback (test.test_asyncore.HelperFunctionTests) ... ok
test_readwrite (test.test_asyncore.HelperFunctionTests) ... ok
test_readwriteexc (test.test_asyncore.HelperFunctionTests) ... ok
test_basic (test.test_asyncore.DispatcherTests) ... ok
test_log (test.test_asyncore.DispatcherTests) ... ok
test_log_info (test.test_asyncore.DispatcherTests) ... ok
test_repr (test.test_asyncore.DispatcherTests) ... ok
test_unhandled (test.test_asyncore.DispatcherTests) ... ok
test_send (test.test_asyncore.DispatcherWithSendTests) ... ok
test_send (test.test_asyncore.DispatcherWithSendTests_UsePoll) ... ok
test_recv (test.test_asyncore.FileWrapperTest) ... FAIL
test_send (test.test_asyncore.FileWrapperTest) ... ok

======================================================================
FAIL: test_recv (test.test_asyncore.FileWrapperTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_asyncore.py", line 387, in
test_recv
    self.assertEqual(w.fd, fd)
AssertionError: 7 != 5

Ran 14 tests in 0.969s

FAILED (failures=1)
test test_asyncore failed -- Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_asyncore.py", line 387, in
test_recv
    self.assertEqual(w.fd, fd)
AssertionError: 7 != 5

1 test failed:
test_asyncore

@benjaminp benjaminp added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jun 10, 2008
@josiahcarlson
Copy link
Mannequin

josiahcarlson mannequin commented Jun 10, 2008

Fixed in 64080.

@josiahcarlson josiahcarlson mannequin closed this as completed Jun 10, 2008
@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
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