[Zope3-dev] test failure in Zope3

Fred L. Drake, Jr. fdrake@acm.org
Fri, 14 Jun 2002 10:07:37 -0400


With a clean build, I'm seeing the following error.  I didn't get this
yesterday.  I've no idea what's going on here.

======================================================================
ERROR: testStorageMethods (Zope.StartUp.tests.testStartupDirectives.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/fdrake/projects/Zope/Zope3/lib/python/Zope/StartUp/tests/testStartupDirectives.py", line 42, in testStorageMethods
    self.assertEqual(sd.useFileStorage(ContextStub()), [])
  File "/home/fdrake/projects/Zope/Zope3/lib/python/Zope/StartUp/SiteDefinition.py", line 76, in useFileStorage
    self._zodb = DB(FileStorage(file))
  File "/home/fdrake/projects/Zope/Zope3/lib/python/ZODB/FileStorage.py", line 214, in __init__
    lock_file(f)
  File "/home/fdrake/projects/Zope/Zope3/lib/python/ZODB/lock_file.py", line 32, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation