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],