[Zope3-dev] Win32 Test Results OK :-)

zope-tests@squishdot.org zope-tests@squishdot.org
Thu, 06 Jun 2002 02:16:38 +0100


==============================================================================
==============================================================================
Python Version:2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)]

Modules included:
Zope3 (Zope-3x-branch)

Error in test testGhostUnghost (Persistence.BTrees.tests.testBTrees.!IOSetTest)
Traceback (most recent call last):
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Persistence\BTrees\tests\testBTrees.py", line 84, in testGhostUnghost
    get_transaction().commit()
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Transaction\_defaultTransaction.py", line 234, in commit
    j.tpc_begin(self)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\ZODB\Connection.py", line 550, in tpc_begin
    self._storage.tpc_begin(transaction)
AttributeError: Connection instance has no attribute '_storage'

Error in test testGhostUnghost (Persistence.BTrees.tests.testBTrees.!OOSetTest)
Traceback (most recent call last):
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Persistence\BTrees\tests\testBTrees.py", line 84, in testGhostUnghost
    get_transaction().commit()
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Transaction\_defaultTransaction.py", line 234, in commit
    j.tpc_begin(self)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\ZODB\Connection.py", line 550, in tpc_begin
    self._storage.tpc_begin(transaction)
AttributeError: Connection instance has no attribute '_storage'

Error in test testLoadAndStore (Persistence.BTrees.tests.testBTrees.!IIBTreeTest)
Traceback (most recent call last):
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Persistence\BTrees\tests\testBTrees.py", line 57, in testLoadAndStore
    get_transaction().commit()
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Transaction\_defaultTransaction.py", line 234, in commit
    j.tpc_begin(self)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\ZODB\Connection.py", line 550, in tpc_begin
    self._storage.tpc_begin(transaction)
AttributeError: Connection instance has no attribute '_storage'

======================================================================
ERROR: testGhostUnghost (Persistence.BTrees.tests.testBTrees.!IOSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Persistence\BTrees\tests\testBTrees.py", line 84, in testGhostUnghost
    get_transaction().commit()
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Transaction\_defaultTransaction.py", line 234, in commit
    j.tpc_begin(self)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\ZODB\Connection.py", line 550, in tpc_begin
    self._storage.tpc_begin(transaction)
AttributeError: Connection instance has no attribute '_storage'

======================================================================
ERROR: testGhostUnghost (Persistence.BTrees.tests.testBTrees.!OOSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Persistence\BTrees\tests\testBTrees.py", line 84, in testGhostUnghost
    get_transaction().commit()
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Transaction\_defaultTransaction.py", line 234, in commit
    j.tpc_begin(self)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\ZODB\Connection.py", line 550, in tpc_begin
    self._storage.tpc_begin(transaction)
AttributeError: Connection instance has no attribute '_storage'

======================================================================
ERROR: testLoadAndStore (Persistence.BTrees.tests.testBTrees.!IIBTreeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Persistence\BTrees\tests\testBTrees.py", line 57, in testLoadAndStore
    get_transaction().commit()
  File "E:\ZopeTests\sandbox\Zope3\lib\python\Transaction\_defaultTransaction.py", line 234, in commit
    j.tpc_begin(self)
  File "E:\ZopeTests\sandbox\Zope3\lib\python\ZODB\Connection.py", line 550, in tpc_begin
    self._storage.tpc_begin(transaction)
AttributeError: Connection instance has no attribute '_storage'

----------------------------------------------------------------------
Ran 1548 tests in 57.423s

FAILED (errors=3)