[Zope-Coders] Zope 2.6 branch errors and 2.6.1

Chris Withers chrisw@nipltd.com
Thu, 12 Dec 2002 18:24:48 +0000


Can someone make sure these are fixed before 2.6.1 is released?

cheers,

Chris

PS: The HEAD could also do with a lot of work!

zope-tests@squishdot.org wrote:
> ==============================================================================
> ==============================================================================
> Python Version:2.1.3 (#35, Apr  8 2002, 17:47:50) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope (Zope-2_6-branch)
> 
> ======================================================================
> ERROR: checkRestoreAcrossPack (testFileStorage.FileStorageRecoveryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "testFileStorage.py", line 84, in tearDown
>   File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\StorageTestBase.py", line 115, in removefs
>     os.remove(path)
> OSError: [Errno 13] Permission denied: 'Source.fs'
> ======================================================================
> ERROR: checkSimpleRecovery (testFileStorage.FileStorageRecoveryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "testFileStorage.py", line 76, in setUp
>   File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\StorageTestBase.py", line 115, in removefs
>     os.remove(path)
> OSError: [Errno 13] Permission denied: 'Source.fs'
> ----------------------------------------------------------------------
> Ran 1666 tests in 167.062s
> 
> FAILED (errors=2)
> 
> ======================================================================
> OVERALL FAILED (total errors=2)