[Zope-Coders] Win32 Tests - Zope HEAD - Not OK :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Thu, 24 Oct 2002 03:14:59 +0100


==============================================================================
==============================================================================
Python Version:2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit (Intel)]

Modules included:
Zope (HEAD)

Exception exceptions.OSError: (13, 'Permission denied', 'C:\\WINNT\\TEMP\\~1328-101.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\WINNT\TEMP\~1328-101.inv', mode 'w+b' at 0x0281D6D0>> ignored
Exception in thread Thread-50:
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-50, 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 637, in tpc_finish
    self._update_cache()
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\ClientStorage.py", line 647, in _update_cache
    self._cache.checkSize(self._tbuf.get_size())
AttributeError: 'NoneType' object has no attribute 'checkSize'



----------------------------------------------------------------------
Ran 1790 tests in 395.641s

OK