[Zope-dev] Zope Tests: 8 OK, 1 Failed

2006-11-16 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Nov 15 12:00:00 2006 UTC to Thu Nov 16 12:00:00 2006 UTC. There were 9 messages: 9 from Zope Unit Tests. Test failures - Subject: FAILED (failures=2) : Zope-2.8 Python-2.4.4 : Linux From: Zope Unit Tests Date: Wed Nov 15

[Zope-dev] zodb session errors

2006-11-16 Thread Miles Waller
Hi, We have a site that we've recently upgraded from 2.7.6 to 2.8.8 which has started exhibiting higher-than-average session errors. The site consists of 2 zeo clients on 2 separate machines, with a shared session tempstorage mounted via the zeo server. I expect some errors with sessions

Re: [Zope-dev] Installer for Windows - Status

2006-11-16 Thread Encolpe Degoute
Sidnei da Silva a écrit : On 11/13/06, Encolpe Degoute [EMAIL PROTECTED] wrote: Hello Sidney, you made a great work but I found two littles things: In test.py it should be better to save current dir before launching them: @pushd . @cd %INSTANCE_HOME% RUN_COMMAND @popd @endlocal Why

[Zope-dev] Bug in Shared/DC/ZRDB/DA.py

2006-11-16 Thread Chris Withers
Hi All, Around line 42 of DA.py, we've got the following: try: from IOBTree import Bucket except: Bucket=lambda:{} Given that IOBTree has been dead for some time now, can we remove this and replace instances of Bucket() with {} or is there a more appropriate object we can use from the BTrees

[Zope-dev] Cache code in Shared/DC/ZRDB/DA.py

2006-11-16 Thread Chris Withers
Hi Jim, I'm wondering if you can still remember the rational behind the cache code at around lines 355-387 of: http://svn.zope.org/Zope/trunk/lib/python/Shared/DC/ZRDB/DA.py?rev=68158view=auto This code is pretty old (checked in 5th Dec 1997) but has started causing a few people problems

[Zope-dev] Re: zodb session errors

2006-11-16 Thread Miles Waller
Hi, More info: I have a hunch that this might have been due to out-of-sync clocks on the two machines (turns out they were 5 minutes out). I have adjusted the clocks and will check the error logs. Specifically, I am imagining that this would cause session data created on one machine to be

[Zope-dev] Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ fix #2235 for real now

2006-11-16 Thread Leonardo Rochael Almeida
Hi Chris, Em Qui, 2006-11-16 às 07:33 +, Chris Withers escreveu: Leonardo Rochael Almeida wrote: @@ -615,8 +615,8 @@ def getobject(self, rid, REQUEST=None): Return a cataloged object given a 'data_record_id_' -obj =

Re: [Zope-dev] Bug in Shared/DC/ZRDB/DA.py

2006-11-16 Thread Dieter Maurer
Chris Withers wrote at 2006-11-16 16:42 +: Around line 42 of DA.py, we've got the following: try: from IOBTree import Bucket except: Bucket=lambda:{} Given that IOBTree has been dead for some time now, can we remove this and replace instances of Bucket() with {} or is there a more

Re: [Zope-dev] Re: Windows Installer Nice-to-have

2006-11-16 Thread Sidnei da Silva
Chris, Do you feel like blessing the current installer for upload to zope.org? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Cache code in Shared/DC/ZRDB/DA.py

2006-11-16 Thread Tino Wildenhain
Chris Withers schrieb: Hi Jim, I'm wondering if you can still remember the rational behind the cache code at around lines 355-387 of: http://svn.zope.org/Zope/trunk/lib/python/Shared/DC/ZRDB/DA.py?rev=68158view=auto This code is pretty old (checked in 5th Dec 1997) but has started