[Zope-tests] FAIL (failures:2 errors:1) -- Z2 Tests/Linux --
2_6-branch/Py223
zope-tests at plope.com
zope-tests at plope.com
Thu Jan 1 05:57:40 EST 2004
======================================================================
Python Version:2.2.3 (#1, Aug 2 2003, 16:03:27)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]
Modules included:
Zope (Zope-2_6-branch)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/TAL/runtest.py", line 92, in main
driver.main()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/TAL/driver.py", line 150, in main
it = compilefile(file, mode)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/TAL/driver.py", line 189, in compilefile
p.parseFile(file)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/TAL/XMLParser.py", line 77, in parseFile
self.parseStream(open(filename))
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/TAL/XMLParser.py", line 87, in parseStream
self.parser.ParseFile(stream)
ExpatError: undefined entity: line 18, column 2
Exception in thread Thread-97:
Traceback (most recent call last):
File "/home/chrism/opt/Python-2.2.3/lib/python2.2/threading.py", line 414, in __bootstrap
self.run()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 435, in run
get_transaction().commit()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 252, in commit
self._finish_one(jars[0])
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Transaction.py", line 357, in _finish_one
jar.tpc_finish(self)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 754, in tpc_finish
self._storage.tpc_finish(transaction, callback)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/BaseStorage.py", line 199, in tpc_finish
self._clear_temp()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/FileStorage.py", line 930, in _clear_temp
self._tfile.seek(0)
ValueError: I/O operation on closed file
Exception in thread Thread-100:
Traceback (most recent call last):
File "/home/chrism/opt/Python-2.2.3/lib/python2.2/threading.py", line 414, in __bootstrap
self.run()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 434, in run
self.root[j % 10].value = MinPO(j)
File "/home/chrism/opt/Python-2.2.3/lib/python2.2/UserDict.py", line 14, in __getitem__
def __getitem__(self, key): return self.data[key]
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 551, in setstate
p, serial = self._storage.load(oid, self._version)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/FileStorage.py", line 645, in load
return self._load(oid, version, self._index, self._file)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/FileStorage.py", line 620, in _load
file.seek(pos)
ValueError: I/O operation on closed file
======================================================================
ERROR: checkPackWhileWriting (testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/tests/PackableStorage.py", line 409, in checkPackWhileWriting
db.pack(packt)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/DB.py", line 526, in pack
try: self._storage.pack(t,referencesf)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/FileStorage.py", line 1503, in pack
opos = p.pack()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/fspack.py", line 680, in pack
self.gc.findReachable()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/fspack.py", line 466, in findReachable
self.findReachableFromFuture()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/fspack.py", line 541, in findReachableFromFuture
self.checkTxn(th, pos)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/fspack.py", line 178, in checkTxn
self.fail(pos, "transaction with checkpoint flag set")
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/fspack.py", line 170, in fail
raise CorruptedError(s)
CorruptedError: FileStorageTests.fs:32445:transaction with checkpoint flag set
======================================================================
FAIL: .../TAL/tests/input/test01.xml
----------------------------------------------------------------------
Traceback (most recent call last):
File "test_files.py", line 41, in runTest
File "/home/chrism/opt/Python-2.2.3/lib/python2.2/unittest.py", line 254, in fail
raise self.failureException, msg
AssertionError: output for /home/chrism/opt/tests/sandbox/Zope/lib/python/TAL/tests/input/test01.xml didn't match
======================================================================
FAIL: checkConcurrentUpdates1Storage (testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 246, in checkConcurrentUpdates1Storage
self._check_threads(tree, t1, t2)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 190, in _check_threads
self.assert_(t.added_keys)
File "/home/chrism/opt/Python-2.2.3/lib/python2.2/unittest.py", line 262, in failUnless
if not expr: raise self.failureException, msg
AssertionError
----------------------------------------------------------------------
Ran 1922 tests in 260.804s
FAILED (failures=2, errors=1)
======================================================================
OVERALL FAILED (total failures=2, total errors=1)
More information about the Zope-tests
mailing list