[ZODB-Dev] ZODB-3.1.1: test.py errors
Mark Bucciarelli
mark@easymailings.com
Tue Apr 15 17:34:38 EDT 2003
ZODB-3.1.1
Windows XP
When I run test.py, I get 3 failures and 20 errors. I've attached the
output below (mainly connection refusals and a couple timeouts, and
all in ZEO.).
After installing, it seems to run fine (but I'm not using Zeo).
Mark
======================================================================
ERROR: checkDisconnectionError
(ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 390, in
checkDisconnec
tionError
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 233, in
checkReadOnlyF
allbackReadOnlyServer
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 218, in
checkReadOnlyF
allbackReadOnlyStorage
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 195, in
checkReadOnlyS
erver
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 180, in
checkReadOnlyS
torage
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 359, in
checkReconnect
Switch
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 327, in
checkReconnect
Upgrade
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, 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 "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, in
shutdownServer
s.connect(self._servers[index])
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkTimeout (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 551, in
checkTimeout
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, in
shutdownServer
s.connect(self._servers[index])
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkTimeout (ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, in
shutdownServer
s.connect(self._servers[index])
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkTimeoutOnAbort
(ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 561, in
checkTimeoutOn
Abort
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, in
shutdownServer
s.connect(self._servers[index])
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkTimeoutOnAbort
(ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, in
shutdownServer
s.connect(self._servers[index])
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkTimeoutOnAbortNoLock
(ZEO.tests.testConnection.WindowsConnectionTest
s)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 570, in
checkTimeoutOn
AbortNoLock
self.shutdownServer()
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, in
shutdownServer
s.connect(self._servers[index])
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkTimeoutOnAbortNoLock
(ZEO.tests.testConnection.WindowsConnectionTest
s)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 99, in
tearDown
self.shutdownServer(i)
File "lib.win32-2.2\ZEO\tests\testConnection.py", line 85, in
shutdownServer
s.connect(self._servers[index])
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
FAIL: checkReconnectFallback
(ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 318, in
checkReconnect
Fallback
self.pollUp()
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 126, in
pollUp
self.fail("timed out waiting for storage to connect")
File "C:\Python22\lib\unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: timed out waiting for storage to connect
======================================================================
FAIL: checkReconnectReadOnly
(ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 293, in
checkReconnect
ReadOnly
self.pollUp()
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 126, in
pollUp
self.fail("timed out waiting for storage to connect")
File "C:\Python22\lib\unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: timed out waiting for storage to connect
======================================================================
FAIL: checkReconnectWritable
(ZEO.tests.testConnection.WindowsConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 268, in
checkReconnect
Writable
self.pollUp()
File "lib.win32-2.2\ZEO\tests\ConnectionTests.py", line 126, in
pollUp
self.fail("timed out waiting for storage to connect")
File "C:\Python22\lib\unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: timed out waiting for storage to connect
----------------------------------------------------------------------
Ran 908 tests in 1027.177s
FAILED (failures=3, errors=20)
More information about the ZODB-Dev
mailing list