[Zope-Coders] Win32 Tests - Zope HEAD - Too many errors :-(
zope-tests@squishdot.org
zope-tests@squishdot.org
Fri, 13 Dec 2002 02:14:25 +0000
==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
Modules included:
Zope (HEAD)
Exception in thread Thread-46:
Traceback (most recent call last):
File "c:\python22\lib\threading.py", line 408, in __bootstrap
self.run()
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\TestThread.py", line 36, in run
self._testcase.fail("Exception in thread %s:\n%s\n" %
File "c:\python22\lib\unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: Exception in thread <WorkerThread(Thread-46, started daemon)>:
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\TestThread.py", line 32, in run
self.testrun()
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\CommitLockTests.py", line 57, in testrun
self.storage.tpc_finish(self.trans)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\ClientStorage.py", line 691, in tpc_finish
self._update_cache()
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\ClientStorage.py", line 701, in _update_cache
self._cache.checkSize(self._tbuf.get_size())
AttributeError: 'NoneType' object has no attribute 'checkSize'
======================================================================
ERROR: checkBadMessage1 (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkBadMessage2 (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkBasicPersistence (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 422, in checkBasicPersistence
self.shutdownServer()
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 131, in shutdownServer
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkBasicPersistence (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 105, in shutdown_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkDisconnectionError (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 406, in checkDisconnectionError
self.shutdownServer()
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 131, in shutdownServer
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkDisconnectionError (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 105, in shutdown_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkMultipleAddresses (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkMultipleServers (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 171, in checkMultipleServers
self.shutdownServer(index=0)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 131, in shutdownServer
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkMultipleServers (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 105, in shutdown_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkReadOnlyClient (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkReadOnlyFallbackReadOnlyServer (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 249, in checkReadOnlyFallbackReadOnlyServer
self.shutdownServer()
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 131, in shutdownServer
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkReadOnlyFallbackReadOnlyServer (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 80, in tearDown
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 105, in shutdown_zeo_server
s.connect(adminaddr)
File "<string>", line 1, in connect
error: (10061, 'Connection refused')
======================================================================
ERROR: checkReadOnlyFallbackReadOnlyStorage (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 234, in checkReadOnlyFallbackReadOnlyStorage
self.shutdownServer()
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\ConnectionTests.py", line 131, in shutdownServer
forker.shutdown_zeo_server(adminaddr)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\tests\forker.py", line 106, in shutdown_zeo_server
ack = s.recv(1)
File "<string>", line 1, in recv
error: (10054, 'Connection reset by peer')
======================================================================
ERROR: checkReadOnlyFallbackReadOnlyStorage (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
<truncated>