[Zope-Coders] Win32 Tests - Zope 2.5 branch - failures:2 errors:7

zope-tests@squishdot.org zope-tests@squishdot.org
Tue, 03 Sep 2002 03:10:29 +0100


==============================================================================
==============================================================================
Python Version:2.1.3 (#35, Apr  8 2002, 17:47:50) [MSC 32 bit (Intel)]

Modules included:
Zope (Zope-2_5-branch)

======================================================================
ERROR: Check less simple persistent indexing
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 109, in checkPersistentUpdate2
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 213, in __init__
    lock_file(f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\lock_file.py", line 51, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>
======================================================================
ERROR: Check a quoted query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 196, in checkQuotesQuery
  File "testTextIndex.py", line 157, in globTest
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 213, in __init__
    lock_file(f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\lock_file.py", line 51, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>
======================================================================
ERROR: Check a quoted query (unicode)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 249, in checkQuotesQueryUnicode
  File "testTextIndex.py", line 157, in globTest
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 213, in __init__
    lock_file(f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\lock_file.py", line 51, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>
======================================================================
ERROR: Check a star query
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 175, in checkStarQuery
  File "testTextIndex.py", line 157, in globTest
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 213, in __init__
    lock_file(f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\lock_file.py", line 51, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>
======================================================================
ERROR: Check a star query (unicode)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 228, in checkStarQueryUnicode
  File "testTextIndex.py", line 157, in globTest
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 213, in __init__
    lock_file(f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\lock_file.py", line 51, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>
======================================================================
ERROR: Check a query with 'operator' in the request
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 214, in checkTextIndexOperatorQuery
  File "testTextIndex.py", line 157, in globTest
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 213, in __init__
    lock_file(f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\lock_file.py", line 51, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>
======================================================================
ERROR: Check a query with 'operator' in the request (unicode)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 267, in checkTextIndexOperatorQueryUnicode
  File "testTextIndex.py", line 157, in globTest
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 213, in __init__
    lock_file(f)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\lock_file.py", line 51, in lock_file
    raise error, (
StorageSystemError: Could not lock the database file.  There must be
another process that has opened the file.
<p>
======================================================================
FAIL: Check simple persistent indexing
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTextIndex.py", line 94, in checkPersistentUpdate1
  File "testTextIndex.py", line 51, in dbopen
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 262, in __init__
    warn("%s Database records in the future", file_name);
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 151, in warn
    LOG('ZODB FS',WARNING, "%s  warn: %s\n" % (packed_version, (message % data)))
  File "D:\ZopeTests\sandbox\Zope\lib\python\zLOG\__init__.py", line 130, in LOG
    log_write(subsystem, severity, summary, detail, error)
  File "testTextIndex.py", line 20, in log_write
AssertionError: ZODB FS(100): FS21  warn: fs_tmp__1196 Database records in the future

======================================================================
FAIL: checkTransactionalUndoAfterPack (testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 448, in checkTransactionalUndoAfterPack
    eq(len(info2), 2)
  File "C:\python21\lib\unittest.py", line 273, in failUnlessEqual
    raise self.failureException, (msg or '%s != %s' % (first, second))
AssertionError: 3 != 2
----------------------------------------------------------------------
Ran 1192 tests in 143.906s

FAILED (failures=2, errors=7)

======================================================================
OVERALL FAILED (total failures=2, total errors=7)