Re: [Zope] zope stops responding

2008-07-05 Thread Garry Saddington
Thanks for all your help. I have solved the problem with the Deadlock Debugger which showed up threads locked by a call to Aspell. Re-installing Aspell was the solution. I was very impressed with this product and all your assistance. Thanks again Garry

[Zope] Re: Annoying when objectValues() doesn't work

2008-07-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: from cStringIO import StringIO def workflowscripts2methods(self): out = StringIO() print out, Star converting workflow scripts into External Methods pw = self.portal_workflow for workflow in

[Zope-Checkins] SVN: Zope/branches/2.11/doc/CHANGES.txt

2008-07-05 Thread Andreas Jung
Log message for revision 88038: Changed: U Zope/branches/2.11/doc/CHANGES.txt -=- Modified: Zope/branches/2.11/doc/CHANGES.txt === --- Zope/branches/2.11/doc/CHANGES.txt 2008-07-05 10:02:35 UTC (rev 88037) +++

[Zope-Checkins] SVN: Zope/trunk/ Launchpad #245649: the Products package is now a proper namespace package

2008-07-05 Thread Tres Seaver
Log message for revision 88039: Launchpad #245649: the Products package is now a proper namespace package o The rules specified by setuptools for such packages required that there be no code in the pacakge __init__.py other than that which sets up the namespace. Adjusted all

[Zope-Checkins] SVN: Zope/branches/2.10/ Backport LP #245649 fix.

2008-07-05 Thread Tres Seaver
Log message for revision 88041: Backport LP #245649 fix. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/AccessControl/Permission.py U Zope/branches/2.10/lib/python/OFS/ObjectManager.py U Zope/branches/2.10/lib/python/Products/__init__.py U

[Zope-Checkins] SVN: Zope/branches/2.9/ Backport fix for LP#245649.

2008-07-05 Thread Tres Seaver
Log message for revision 88054: Backport fix for LP#245649. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/AccessControl/Permission.py U Zope/branches/2.9/lib/python/AccessControl/Role.py U Zope/branches/2.9/lib/python/OFS/ObjectManager.py U

Re: [Zope-dev] Test runner: layers, subprocesses, and tear down

2008-07-05 Thread Christian Theune
Hi, On Thu, 2008-07-03 at 17:22 -0400, Benji York wrote: I'm working on making the zope.testing test runner run tests in parallelized subprocesses. The option will likely be spelled -j N, where N is the maximum number of processes. Getting back to the idea about parallelizing on a per-test

Re: [Zope-dev] Test runner: layers, subprocesses, and tear down

2008-07-05 Thread Christian Theune
On Sat, 2008-07-05 at 09:18 +0200, Christian Theune wrote: Hi, On Thu, 2008-07-03 at 17:22 -0400, Benji York wrote: I'm working on making the zope.testing test runner run tests in parallelized subprocesses. The option will likely be spelled -j N, where N is the maximum number of

[Zope-dev] Zope Tests: 5 OK

2008-07-05 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Jul 4 11:00:00 2008 UTC to Sat Jul 5 11:00:00 2008 UTC. There were 5 messages: 5 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.8 Python-2.3.6 : Linux From: Zope Tests Date: Fri Jul 4 20:55:41 EDT 2008 URL:

Re: [Zope-dev] Test runner: layers, subprocesses, and tear down

2008-07-05 Thread Benji York
On Sat, Jul 5, 2008 at 3:18 AM, Christian Theune [EMAIL PROTECTED] wrote: We could use layers as a hint to create subprocesses, but should split up layers if they are too large to fit the X/N rule (maybe with a margin of a few percent to avoid splits for single or few tests). It probably

Re: [Zope-dev] Zope 3 on Python 2.5, Zope 3 releases

2008-07-05 Thread Stephan Richter
On Thursday 26 June 2008, Martijn Faassen wrote: I'm curious about the plans of Zope 3 on Python 2.5. * Are people using Zope 3 with Python 2.5 already? What are your experiences? Yes, works flawlessly. The problems in zope.security and zope.proxy that I recently found (and fixed) exist for

[Zope-dev] Parallel subprocesses ready to merge

2008-07-05 Thread Benji York
My branch that can (but by default doesn't) run subprocesses in parallel is ready to merge. It's not a panacea (if you have carefully crafted layers that can all be torn down, your test runs will probably be slower with the feature switched on), but for the common -- I believe -- case of having

Re: [Zope-dev] Re: zc.testbrowser.real support for mozlab 0.1.9

2008-07-05 Thread Graham Stratton
On 4 Jul 2008, at 17:34, Christian Zagrodnick wrote: On 2008-07-04 01:19:47 +0200, Graham Stratton [EMAIL PROTECTED] beasts.com said: I tried running the tests with Python 2.4. About half the time they pass fine, and the other half fail something like this: File doctest README.txt[40],