[Zope-Coders] Zope test results

background@shane.zope.com background@shane.zope.com
Mon, 21 Jan 2002 22:23:01 -0500 (EST)


Packages included in tests: Zope, CMF, ZEO, bsddb3Storage

**********************************************************************
Zope CVS Head
**********************************************************************
======================================================================
ERROR: checkAbortAfterVote (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 133, in checkAbortAfterVote
    oid1 = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkAbortNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 107, in checkAbortNotCommitting
    self._storage.tpc_abort(Transaction())
AttributeError: 'None' object has no attribute 'tpc_abort'
======================================================================
ERROR: checkAbortVersionNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 75, in checkAbortVersionNotCommitting
    self.verifyNotCommitting(self._storage.abortVersion,
AttributeError: 'None' object has no attribute 'abortVersion'
======================================================================
ERROR: checkAbortVersionWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 79, in checkAbortVersionWrongTrans
    self.verifyWrongTrans(self._storage.abortVersion,
AttributeError: 'None' object has no attribute 'abortVersion'
======================================================================
ERROR: checkAbortWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 110, in checkAbortWrongTrans
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkBasics (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 22, in checkBasics
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkBeginCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 121, in checkBeginCommitting
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkBuggyResolve1 (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 97, in checkBuggyResolve1
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkBuggyResolve2 (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 115, in checkBuggyResolve2
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkCommitVersionNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 83, in checkCommitVersionNotCommitting
    self.verifyNotCommitting(self._storage.commitVersion,
AttributeError: 'None' object has no attribute 'commitVersion'
======================================================================
ERROR: checkCommitVersionWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 87, in checkCommitVersionWrongTrans
    self.verifyWrongTrans(self._storage.commitVersion,
AttributeError: 'None' object has no attribute 'commitVersion'
======================================================================
ERROR: checkConflictCacheIsCleared (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTemporaryStorage.py", line 41, in checkConflictCacheIsCleared
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkConflicts (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 113, in checkConflicts
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkFinishNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 114, in checkFinishNotCommitting
    self._storage.tpc_finish(Transaction())
AttributeError: 'None' object has no attribute 'tpc_finish'
======================================================================
ERROR: checkFinishWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 117, in checkFinishWrongTrans
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkLoadSerial (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/RevisionStorage.py", line 11, in checkLoadSerial
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkNonVersionModifiedInVersion (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 108, in checkNonVersionModifiedInVersion
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkNonVersionStore (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 89, in checkNonVersionStore
    newrevid = self._dostore(revid=revid)
  File "/home/background/zopetest/lib/python/ZODB/tests/StorageTestBase.py", line 138, in _dostore
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkNonVersionStoreAndLoad (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 95, in checkNonVersionStoreAndLoad
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkResolve (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 54, in checkResolve
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkSerialIsNoneForInitialRevision (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 72, in checkSerialIsNoneForInitialRevision
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkStoreNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 92, in checkStoreNotCommitting
    self.verifyNotCommitting(self._storage.store,
AttributeError: 'None' object has no attribute 'store'
======================================================================
ERROR: checkStoreTwoObjects (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 154, in checkStoreTwoObjects
    oid1 = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkStoreWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 96, in checkStoreWrongTrans
    self.verifyWrongTrans(self._storage.store,
AttributeError: 'None' object has no attribute 'store'
======================================================================
ERROR: checkTwoArgBegin (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 182, in checkTwoArgBegin
    self._storage.tpc_begin(t, tid)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkUnresolvable (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 74, in checkUnresolvable
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkWriteAfterAbort (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 121, in checkWriteAfterAbort
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
----------------------------------------------------------------------
Ran 1605 tests in 267.186s

FAILED (errors=27)

======================================================================
OVERALL FAILED (total errors=27)

**********************************************************************
Zope 2.5 branch
**********************************************************************
======================================================================
ERROR: checkAbortAfterVote (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 133, in checkAbortAfterVote
    oid1 = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkAbortNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 107, in checkAbortNotCommitting
    self._storage.tpc_abort(Transaction())
AttributeError: 'None' object has no attribute 'tpc_abort'
======================================================================
ERROR: checkAbortVersionNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 75, in checkAbortVersionNotCommitting
    self.verifyNotCommitting(self._storage.abortVersion,
AttributeError: 'None' object has no attribute 'abortVersion'
======================================================================
ERROR: checkAbortVersionWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 79, in checkAbortVersionWrongTrans
    self.verifyWrongTrans(self._storage.abortVersion,
AttributeError: 'None' object has no attribute 'abortVersion'
======================================================================
ERROR: checkAbortWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 110, in checkAbortWrongTrans
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkBasics (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 22, in checkBasics
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkBeginCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 121, in checkBeginCommitting
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkBuggyResolve1 (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 97, in checkBuggyResolve1
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkBuggyResolve2 (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 115, in checkBuggyResolve2
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkCommitVersionNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 83, in checkCommitVersionNotCommitting
    self.verifyNotCommitting(self._storage.commitVersion,
AttributeError: 'None' object has no attribute 'commitVersion'
======================================================================
ERROR: checkCommitVersionWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 87, in checkCommitVersionWrongTrans
    self.verifyWrongTrans(self._storage.commitVersion,
AttributeError: 'None' object has no attribute 'commitVersion'
======================================================================
ERROR: checkConflictCacheIsCleared (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTemporaryStorage.py", line 41, in checkConflictCacheIsCleared
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkConflicts (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 113, in checkConflicts
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkFinishNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 114, in checkFinishNotCommitting
    self._storage.tpc_finish(Transaction())
AttributeError: 'None' object has no attribute 'tpc_finish'
======================================================================
ERROR: checkFinishWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 117, in checkFinishWrongTrans
    self._storage.tpc_begin(self._transaction)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkLoadSerial (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/RevisionStorage.py", line 11, in checkLoadSerial
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkNonVersionModifiedInVersion (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 108, in checkNonVersionModifiedInVersion
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkNonVersionStore (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 89, in checkNonVersionStore
    newrevid = self._dostore(revid=revid)
  File "/home/background/zopetest/lib/python/ZODB/tests/StorageTestBase.py", line 138, in _dostore
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkNonVersionStoreAndLoad (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 95, in checkNonVersionStoreAndLoad
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkResolve (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 54, in checkResolve
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkSerialIsNoneForInitialRevision (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 72, in checkSerialIsNoneForInitialRevision
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkStoreNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 92, in checkStoreNotCommitting
    self.verifyNotCommitting(self._storage.store,
AttributeError: 'None' object has no attribute 'store'
======================================================================
ERROR: checkStoreTwoObjects (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 154, in checkStoreTwoObjects
    oid1 = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkStoreWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 96, in checkStoreWrongTrans
    self.verifyWrongTrans(self._storage.store,
AttributeError: 'None' object has no attribute 'store'
======================================================================
ERROR: checkTwoArgBegin (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 182, in checkTwoArgBegin
    self._storage.tpc_begin(t, tid)
AttributeError: 'None' object has no attribute 'tpc_begin'
======================================================================
ERROR: checkUnresolvable (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 74, in checkUnresolvable
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
======================================================================
ERROR: checkWriteAfterAbort (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 121, in checkWriteAfterAbort
    oid = self._storage.new_oid()
AttributeError: 'None' object has no attribute 'new_oid'
----------------------------------------------------------------------
Ran 1605 tests in 271.539s

FAILED (errors=27)

======================================================================
OVERALL FAILED (total errors=27)

**********************************************************************
Zope CVS Head with Python 2.2 (plus distutils-config-branch)
**********************************************************************
/usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl
  DeprecationWarning)
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:421: DeprecationWarning: strop functions are obsolete; use string methods
  i = rfind(s, '\n')
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:293: DeprecationWarning: strop functions are obsolete; use string methods
  if self.html and lower(name) in BOOLEAN_HTML_ATTRS:
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:269: DeprecationWarning: strop functions are obsolete; use string methods
  i = rfind(name, ":") + 1
======================================================================
ERROR: checkAbortAfterVote (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 133, in checkAbortAfterVote
    oid1 = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkAbortNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 107, in checkAbortNotCommitting
    self._storage.tpc_abort(Transaction())
AttributeError: 'NoneType' object has no attribute 'tpc_abort'

======================================================================
ERROR: checkAbortVersionNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 75, in checkAbortVersionNotCommitting
    self.verifyNotCommitting(self._storage.abortVersion,
AttributeError: 'NoneType' object has no attribute 'abortVersion'

======================================================================
ERROR: checkAbortVersionWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 79, in checkAbortVersionWrongTrans
    self.verifyWrongTrans(self._storage.abortVersion,
AttributeError: 'NoneType' object has no attribute 'abortVersion'

======================================================================
ERROR: checkAbortWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 110, in checkAbortWrongTrans
    self._storage.tpc_begin(self._transaction)
AttributeError: 'NoneType' object has no attribute 'tpc_begin'

======================================================================
ERROR: checkBasics (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 22, in checkBasics
    self._storage.tpc_begin(self._transaction)
AttributeError: 'NoneType' object has no attribute 'tpc_begin'

======================================================================
ERROR: checkBeginCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 121, in checkBeginCommitting
    self._storage.tpc_begin(self._transaction)
AttributeError: 'NoneType' object has no attribute 'tpc_begin'

======================================================================
ERROR: checkBuggyResolve1 (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 97, in checkBuggyResolve1
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkBuggyResolve2 (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 115, in checkBuggyResolve2
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkCommitVersionNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 83, in checkCommitVersionNotCommitting
    self.verifyNotCommitting(self._storage.commitVersion,
AttributeError: 'NoneType' object has no attribute 'commitVersion'

======================================================================
ERROR: checkCommitVersionWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 87, in checkCommitVersionWrongTrans
    self.verifyWrongTrans(self._storage.commitVersion,
AttributeError: 'NoneType' object has no attribute 'commitVersion'

======================================================================
ERROR: checkConflictCacheIsCleared (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testTemporaryStorage.py", line 41, in checkConflictCacheIsCleared
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkConflicts (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 113, in checkConflicts
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkFinishNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 114, in checkFinishNotCommitting
    self._storage.tpc_finish(Transaction())
AttributeError: 'NoneType' object has no attribute 'tpc_finish'

======================================================================
ERROR: checkFinishWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 117, in checkFinishWrongTrans
    self._storage.tpc_begin(self._transaction)
AttributeError: 'NoneType' object has no attribute 'tpc_begin'

======================================================================
ERROR: checkLoadSerial (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/RevisionStorage.py", line 11, in checkLoadSerial
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkNonVersionModifiedInVersion (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 108, in checkNonVersionModifiedInVersion
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkNonVersionStore (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 89, in checkNonVersionStore
    newrevid = self._dostore(revid=revid)
  File "/home/background/zopetest/lib/python/ZODB/tests/StorageTestBase.py", line 138, in _dostore
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkNonVersionStoreAndLoad (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 95, in checkNonVersionStoreAndLoad
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkResolve (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 54, in checkResolve
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkSerialIsNoneForInitialRevision (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 72, in checkSerialIsNoneForInitialRevision
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkStoreNotCommitting (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 92, in checkStoreNotCommitting
    self.verifyNotCommitting(self._storage.store,
AttributeError: 'NoneType' object has no attribute 'store'

======================================================================
ERROR: checkStoreTwoObjects (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 154, in checkStoreTwoObjects
    oid1 = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkStoreWrongTrans (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/Synchronization.py", line 96, in checkStoreWrongTrans
    self.verifyWrongTrans(self._storage.store,
AttributeError: 'NoneType' object has no attribute 'store'

======================================================================
ERROR: checkTwoArgBegin (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 182, in checkTwoArgBegin
    self._storage.tpc_begin(t, tid)
AttributeError: 'NoneType' object has no attribute 'tpc_begin'

======================================================================
ERROR: checkUnresolvable (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/ConflictResolution.py", line 74, in checkUnresolvable
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

======================================================================
ERROR: checkWriteAfterAbort (testTemporaryStorage.TemporaryStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/ZODB/tests/BasicStorage.py", line 121, in checkWriteAfterAbort
    oid = self._storage.new_oid()
AttributeError: 'NoneType' object has no attribute 'new_oid'

----------------------------------------------------------------------
Ran 1607 tests in 266.061s

FAILED (errors=27)

======================================================================
OVERALL FAILED (total errors=27)