[Zope3-dev] BDB test failures on Windows

Chris Withers chrisw at nipltd.com
Wed Sep 17 07:40:10 EDT 2003


Hi,

I'm seeing these DDB test failures on Windows (since the BDB tests are now 
actually being run ;-)

Anyone know why?

Chris

zope-tests at squishdot.org wrote:
> ======================================================================
> Python Version:2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope3 (HEAD)
> 
> Running unit tests from C:\ZopeTests\sandbox\Zope3
> Error in test testTimeout (<class 'zodb.zeo.tests.test_conn.BDBTimeoutTests'>)
> Traceback (most recent call last):
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\tests\connection.py", line 743, in testTimeout
>     storage.tpcVote(txn)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\client.py", line 807, in tpcVote
>     self._server.tpcVote(self._serial)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\stubs.py", line 140, in tpcVote
>     return self.rpc.call('tpcVote', trans_id)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 350, in call
>     r_flags, r_args = self.wait(msgid)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 440, in wait
>     raise DisconnectedError()
> DisconnectedError
> 
> Error in test testPackWhileWriting (<class 'zodb.zeo.tests.test_zeo.BDBTests'>)
> Traceback (most recent call last):
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\storage\tests\packable.py", line 290, in testPackWhileWriting
>     self._PackWhileWriting(pack_now=False)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\storage\tests\packable.py", line 261, in _PackWhileWriting
>     get_transaction().commit()
>   File "C:\ZopeTests\sandbox\Zope3\src\transaction\txn.py", line 75, in commit
>     self._manager.commit(self)
>   File "C:\ZopeTests\sandbox\Zope3\src\transaction\manager.py", line 44, in commit
>     r.prepare(txn)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\connection.py", line 319, in prepare
>     s = self._storage.tpcVote(txn)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\client.py", line 807, in tpcVote
>     self._server.tpcVote(self._serial)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\stubs.py", line 140, in tpcVote
>     return self.rpc.call('tpcVote', trans_id)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 350, in call
>     r_flags, r_args = self.wait(msgid)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 440, in wait
>     raise DisconnectedError()
> DisconnectedError
> 
> Error in test testPackWhileWriting (<class 'zodb.zeo.tests.test_zeo.BDBTests'>)
> Traceback (most recent call last):
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\tests\test_zeo.py", line 152, in tearDown
>     forker.shutdown_zeo_server(server)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\tests\forker.py", line 134, in shutdown_zeo_server
>     s.connect(adminaddr)
>   File "<string>", line 1, in connect
> error: (10061, 'Connection refused')
> 
> 
> diff3 doesn't work, diff3 tests disabled
> ======================================================================
> ERROR: testTimeout (<class 'zodb.zeo.tests.test_conn.BDBTimeoutTests'>)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\tests\connection.py", line 743, in testTimeout
>     storage.tpcVote(txn)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\client.py", line 807, in tpcVote
>     self._server.tpcVote(self._serial)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\stubs.py", line 140, in tpcVote
>     return self.rpc.call('tpcVote', trans_id)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 350, in call
>     r_flags, r_args = self.wait(msgid)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 440, in wait
>     raise DisconnectedError()
> DisconnectedError
> 
> ======================================================================
> ERROR: testPackWhileWriting (<class 'zodb.zeo.tests.test_zeo.BDBTests'>)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\storage\tests\packable.py", line 290, in testPackWhileWriting
>     self._PackWhileWriting(pack_now=False)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\storage\tests\packable.py", line 261, in _PackWhileWriting
>     get_transaction().commit()
>   File "C:\ZopeTests\sandbox\Zope3\src\transaction\txn.py", line 75, in commit
>     self._manager.commit(self)
>   File "C:\ZopeTests\sandbox\Zope3\src\transaction\manager.py", line 44, in commit
>     r.prepare(txn)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\connection.py", line 319, in prepare
>     s = self._storage.tpcVote(txn)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\client.py", line 807, in tpcVote
>     self._server.tpcVote(self._serial)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\stubs.py", line 140, in tpcVote
>     return self.rpc.call('tpcVote', trans_id)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 350, in call
>     r_flags, r_args = self.wait(msgid)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\zrpc\connection.py", line 440, in wait
>     raise DisconnectedError()
> DisconnectedError
> 
> ======================================================================
> ERROR: testPackWhileWriting (<class 'zodb.zeo.tests.test_zeo.BDBTests'>)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\tests\test_zeo.py", line 152, in tearDown
>     forker.shutdown_zeo_server(server)
>   File "C:\ZopeTests\sandbox\Zope3\src\zodb\zeo\tests\forker.py", line 134, in shutdown_zeo_server
>     s.connect(adminaddr)
>   File "<string>", line 1, in connect
> error: (10061, 'Connection refused')
> 
> ----------------------------------------------------------------------
> Ran 5463 tests in 2994.688s
> 
> FAILED (errors=3)
> 
> 
> _______________________________________________
> Zope3-dev mailing list
> Zope3-dev at zope.org
> http://mail.zope.org/mailman/listinfo/zope3-dev
> 
> 





More information about the Zope3-dev mailing list