[Zope-Coders] PLEASE can we get tests passing :-S
Chris Withers
chrisw@nipltd.com
Mon, 16 Dec 2002 13:11:34 +0000
Hi,
This is just a bit of a plea for the various developers who can (of which I,
sadly, am not one due to lack of knowledge) to get the tests passing again.
We currently have tests failing on prettymuch all branches of all projects with
the exception of the CMF on Windows.
It's particularly disturbing that 2.6.1b1 was rolled out with 2 tests still
failing on that 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'
----------------------------------------------------------------------
So, what's the best way to go about sorting this mess out?
Chris