[Zope-Coders] Win32 Tests - Zope HEAD - failures:1 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 (HEAD)

======================================================================
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 220, 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 220, 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 220, 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 220, 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 220, 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 220, 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 220, 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 286, in __init__
    warn("%s Database records in the future", file_name);
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 157, in warn
    LOG('ZODB FS', WARNING, "%s  warn: %s\n" % (packed_version,
  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__644 Database records in the future

----------------------------------------------------------------------
Ran 1616 tests in 164.672s

FAILED (failures=1, errors=7)

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