[Zope3-dev] Couple of failing tests on Linux

Chris Withers chrisw@nipltd.com
Wed, 30 Apr 2003 18:26:44 +0100


======================================================================
ERROR: checkNoVerificationOnServerRestartWith2Clients (<class 
'zodb.zeo.tests.test_conn.FileStorageConfig:ReconnectionTests'>)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/zeo/tests/connection.py", line 
616, in checkNoVerificationOnServerRestartWith2Clients
     self.startServer(create=0)
   File 
"/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/zeo/tests/connection.py", line 
129, in startServer
     self.monitor, self.keep, self.invq, self.timeout)
   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/zeo/tests/forker.py", 
line 102, in start_zeo_server
     s.connect(adminaddr)
error: (111, 'Connection refused')

======================================================================
ERROR: checkReconnectSwitch (<class 
'zodb.zeo.tests.test_conn.FileStorageConfig:ReconnectionTests'>)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/zeo/tests/connection.py", line 
568, in checkReconnectSwitch
     self.startServer(index=1, read_only=False)
   File 
"/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/zeo/tests/connection.py", line 
129, in startServer
     self.monitor, self.keep, self.invq, self.timeout)
   File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zodb/zeo/tests/forker.py", 
line 102, in start_zeo_server
     s.connect(adminaddr)
error: (111, 'Connection refused')
----------------------------------------------------------------------

...tests should be running automatically again from tomorrow...

cheers,

Chris