[Zope3-dev] Zope3 Tests not OK :-(

Godefroid Chapelle gotcha@swing.be
Thu, 28 Nov 2002 10:13:48 +0100


Hi Jeremy,

Current Zope 3 test suite still does not pass on Windows 2k. Do you have an 
idea of the origin of the Connection refused errors ?

Hints:

There are a few Python instances left hanging after the end of the test suite.

Tests were still passing last week. Could it be related with Merge ZEO2 
into ZODB4 ?


======================================================================
ERROR: checkDisconnectionError 
(ZEO.tests.testConnection.WindowsConnectionTests)

----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 399, in checkDisconnectionError
     self.shutdownServer()
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkDisconnectionError 
(ZEO.tests.testConnection.WindowsConnectionTests)

----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkMultipleServers (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyFallbackReadOnlyServer 
(ZEO.tests.testConnection.WindowsConn
ectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 242, in checkReadOnlyFallbackReadOnlyServer
     self.shutdownServer()
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyFallbackReadOnlyServer 
(ZEO.tests.testConnection.WindowsConn
ectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyFallbackReadOnlyStorage 
(ZEO.tests.testConnection.WindowsCon
nectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 227, in checkReadOnlyFallbackReadOnlyStorage
     self.shutdownServer()
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyFallbackReadOnlyStorage 
(ZEO.tests.testConnection.WindowsCon
nectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyServer (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 204, in checkReadOnlyServer
     self.shutdownServer()
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyServer (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyStorage (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 189, in checkReadOnlyStorage
     self.shutdownServer()
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReadOnlyStorage (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReconnectSwitch (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 368, in checkReconnectSwitch
     self.shutdownServer()
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReconnectSwitch (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReconnectUpgrade (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 336, in checkReconnectUpgrade
     self.shutdownServer()
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

======================================================================
ERROR: checkReconnectUpgrade (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\ConnectionTests.py",
  line 108, in tearDown
     self.shutdownServer(i)
   File 
"c:\tmp\Zope3TestsSandbox\Zope3\lib\python\ZEO\tests\testConnection.py",
line 80, in shutdownServer
     s.connect(self._servers[index])
   File "<string>", line 1, in connect
error: (10061, 'Connection refused')

----------------------------------------------------------------------
Ran 2477 tests in 1219.063s

FAILED (errors=15)

--

Godefroid Chapelle

BubbleNet sprl
rue Victor Horta, 18 / 202
1348 Louvain-la-Neuve
Belgium

Tel + 32 (10) 459901
Mob + 32 (477) 363942

TVA 467 093 008
RC Niv 49849