======================================================================
ERROR: checkPackUnlinkedFromRoot (__main__.MySQLTests)
———————————————————————-
Traceback (most recent call last):
File
“/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/ZODB3-3.8.1-py2.4-linux-x86_64.egg/ZODB/tests/PackableStorage.py”,
line 558, in checkPackUnlinkedFromRoot
tid = log[0]['id']
IndexError: list index out of range
======================================================================
ERROR: checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (__main__.MySQLTests)
———————————————————————-
Traceback (most recent call last):
File
“/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/ZODB3-3.8.1-py2.4-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py”,
line
506, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
tid = log[0]['id']
IndexError: list index out of range
======================================================================
FAIL: checkLoadBefore (__main__.MySQLTests)
———————————————————————-
Traceback (most recent call last):
File
“/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/ZODB3-3.8.1-py2.4-linux-x86_64.egg/ZODB/tests/RevisionStorage.py”,
line 62, in checkLoadBefore
assert prev < middle < cur # else the snooze() trick failed
AssertionError
======================================================================
FAIL: checkPackUndoLog (__main__.MySQLTests)
———————————————————————-
Traceback (most recent call last):
File
“/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/ZODB3-3.8.1-py2.4-linux-x86_64.egg/ZODB/tests/PackableStorage.py”,
line 629, in checkPackUndoLog
self.assertEqual(1,len(self._storage.undoLog()))
AssertionError: 1 != 0
======================================================================
FAIL: checkPackWithMultiDatabaseReferences (__main__.MySQLTests)
———————————————————————-
Traceback (most recent call last):
File
“/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/ZODB3-3.8.1-py2.4-linux-x86_64.egg/ZODB/tests/PackableStorage.py”,
line 329, in checkPackWithMultiDatabaseReferences
assert(len(self._storage) == 1)
AssertionError
======================================================================
FAIL: checkTransactionalUndoAfterPack (__main__.MySQLTests)
———————————————————————-
Traceback (most recent call last):
File
“/opt/Plone-3.1/Python-2.4/lib/python2.4/site-packages/ZODB3-3.8.1-py2.4-linux-x86_64.egg/ZODB/tests/TransactionalUndoStorage.py”,
line
452, in checkTransactionalUndoAfterPack
eq(len(info2), 2)
AssertionError: 0 != 2