[ZODB-Dev] ZODB on Windows 64bit?

Adam GROSZER agroszer at gmail.com
Sat Jan 16 03:05:56 EST 2010


Hello Hanno,

Please don't stop with those binaries.
There are some win32 users out here ;-)
The problem with win32 processes is that their mem size seems to be
limited to 2gb, that somehow calls for 64bit to have a nice big zodb
cache.

Saturday, January 16, 2010, 4:01:11 AM, you wrote:

HS> Hi.

HS> I recently updated my Windows build environment to a 64bit Windows 7
HS> environment with cross compilation support for 32/64 bit. I created
HS> and uploaded Windows binary eggs for all Zope 2.12.3 dependencies in
HS> both flavors for Python 2.6.

HS> The last one missing with a 64bit flavor is the ZODB3 now. I created a
HS> binary egg of that against Python 2.6.4 based on Visual Studio C++
HS> Express 2008. Is anyone interested in that binary egg or could it go
HS> to PyPi?

HS> Thanks,
HS> Hanno

HS> P.S. Running the tests on the checkout of the 3.9.4 tag gives me two
HS> test failures, of which one is a test cleanup problem caused by the
HS> other.

HS> The overall result is:

HS>   Tests with errors:
HS>    checkCommitLockVoteAbort (ZEO.tests.testZEO.DemoStorageTests)
HS>    checkCommitLockVoteAbort (ZEO.tests.testZEO.DemoStorageTests)
HS> Total: 3834 tests, 0 failures, 2 errors in 47 minutes 56.331 seconds.


HS> The more detailed result is:

HS> Running .DemoStorageTests tests:
HS>   Tear down .ClientStorageSharedBlobsBlobTests in 0.000 seconds.
HS>   Set up .DemoStorageTests in 0.015 seconds.

HS> Error in test checkCommitLockVoteAbort
HS> (ZEO.tests.testZEO.DemoStorageTests)
HS> Traceback (most recent call last):
HS>   File "C:\Python\python26\lib\unittest.py", line 279, in run
HS>     testMethod()
HS>   File "c:\zope\zodb\src\ZEO\tests\CommitLockTests.py", line 171, in
HS> checkCommitLockVoteAbort
HS>     self._dostore()
HS>   File "c:\zope\zodb\src\ZODB\tests\StorageTestBase.py", line 188, in _dostore
HS>     self._storage.tpc_begin(t)
HS>   File "c:\zope\zodb\src\ZEO\ClientStorage.py", line 1091, in tpc_begin
HS>     self._server.tpc_begin(id(txn), txn.user, txn.description,
HS>   File "c:\zope\zodb\src\ZEO\ClientStorage.py", line 88, in __getattr__
HS>     raise ClientDisconnected()
HS> ClientDisconnected

HS> Error in test checkCommitLockVoteAbort
HS> (ZEO.tests.testZEO.DemoStorageTests)
HS> Traceback (most recent call last):
HS>   File "C:\Python\python26\lib\unittest.py", line 289, in run
HS>     self.tearDown()
HS>   File "c:\zope\zodb\src\ZEO\tests\testZEO.py", line 214, in tearDown
HS>     StorageTestBase.StorageTestBase.tearDown(self)
HS>   File "c:\zope\zodb\src\ZODB\tests\StorageTestBase.py", line 159, in tearDown
HS>     ZODB.tests.util.TestCase.tearDown(self)
HS>   File
HS> "c:\users\hannosch\.buildout\eggs\zope.testing-3.8.6-py2.6.egg\zope\testing\setupstack.py",
HS> line 33, in tearDown
HS>     f(*p, **k)
HS>   File
HS> "c:\users\hannosch\.buildout\eggs\zope.testing-3.8.6-py2.6.egg\zope\testing\setupstack.py",
HS> line 51, in rmtree
HS>     os.rmdir(path)
HS> WindowsError: [Error 145] The directory is not empty:
HS> 'C:\\zope\\ZODB\\parts\\test\\tmp\\DemoStorageTestsgjkw_l'

HS>   Ran 50 tests with 0 failures and 2 errors in 3 minutes 43.772 seconds.
HS> _______________________________________________
HS> For more information about ZODB, see the ZODB Wiki:
HS> http://www.zope.org/Wikis/ZODB/

HS> ZODB-Dev mailing list  -  ZODB-Dev at zope.org
HS> https://mail.zope.org/mailman/listinfo/zodb-dev


-- 
Best regards,
 Adam GROSZER                            mailto:agroszer at gmail.com
--
Quote of the day:
I want to look at life in the available light. 
- Unknown 



More information about the ZODB-Dev mailing list