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

zope-tests@squishdot.org zope-tests@squishdot.org
Wed, 18 Dec 2002 02:13:33 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]

Modules included:
Zope (HEAD)

Exception exceptions.OSError: (13, 'Permission denied', 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~1704-147.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1704-147.inv', mode 'w+b' at 0x029710C8>> ignored
Exception in thread Thread-47:
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-47, 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 688, in tpc_finish
    self._update_cache()
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZEO\ClientStorage.py", line 707, in _update_cache
    t = self._tbuf.next()
AttributeError: 'NoneType' object has no attribute 'next'



----------------------------------------------------------------------
Ran 1816 tests in 365.672s

OK