Kaydet (Commit) a3b6baaa authored tarafından Jesse Noller's avatar Jesse Noller

Remove test_listener_client to remove possible race condition in the multiprocessing tests

üst 18623825
...@@ -1333,7 +1333,7 @@ class _TestConnection(BaseTestCase): ...@@ -1333,7 +1333,7 @@ class _TestConnection(BaseTestCase):
self.assertRaises(ValueError, a.send_bytes, msg, 4, -1) self.assertRaises(ValueError, a.send_bytes, msg, 4, -1)
"""
class _TestListenerClient(BaseTestCase): class _TestListenerClient(BaseTestCase):
ALLOWED_TYPES = ('processes', 'threads') ALLOWED_TYPES = ('processes', 'threads')
...@@ -1353,7 +1353,7 @@ class _TestListenerClient(BaseTestCase): ...@@ -1353,7 +1353,7 @@ class _TestListenerClient(BaseTestCase):
self.assertEqual(conn.recv(), 'hello') self.assertEqual(conn.recv(), 'hello')
p.join() p.join()
l.close() l.close()
"""
# #
# Test of sending connection and socket objects between processes # Test of sending connection and socket objects between processes
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment