[ZCM] [ZC] 1542/ 1 Request "Python 2.4/Zope 2.8 unittest failure in asyncore.py"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Mon Oct 18 11:35:18 EDT 2004


Issue #1542 Update (Request) "Python 2.4/Zope 2.8 unittest failure in asyncore.py"
 Status Pending, Zope/bug low
To followup, visit:
  http://collector.zope.org/Zope/1542

==============================================================
= Request - Entry #1 by ajung on Oct 18, 2004 11:35 am

RROR: test_monitor_factory_with_emergency_user (ZServer.tests.test_config.MonitorServerConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/python-2.4.0/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/develop/sandboxes/Zope/Zope/lib/python/ZServer/tests/test_config.py", line 230, in test_monitor_factory_with_emergency_user
    self.create().close()
  File "/develop/sandboxes/Zope/Zope/lib/python/ZServer/tests/test_config.py", line 222, in create
    return factory.create()
  File "/develop/sandboxes/Zope/Zope/lib/python/ZServer/datatypes.py", line 193, in create
    password=password)
  File "/develop/sandboxes/Zope/Zope/lib/python/ZServer/medusa/monitor.py", line 265, in __init__
    monitor_server.__init__ (self, hostname, port)
  File "/develop/sandboxes/Zope/Zope/lib/python/ZServer/medusa/monitor.py", line 168, in __init__
    self.create_socket (socket.AF_INET, socket.SOCK_STREAM)
  File "/opt/python-2.4.0/lib/python2.4/asyncore.py", line 261, in create_socket
    self.add_channel()
  File "/opt/python-2.4.0/lib/python2.4/asyncore.py", line 244, in add_channel
    map = self._map
  File "/opt/python-2.4.0/lib/python2.4/asyncore.py", line 366, in __getattr__
    return getattr(self.socket, attr)
AttributeError: '_socketobject' object has no attribute '_map'

==============================================================



More information about the Zope-Collector-Monitor mailing list