[Zope-dev] zope.testing 3.8 fails in mysterious ways

Marius Gedminas marius at gedmin.as
Mon Aug 3 13:58:55 EDT 2009


On Mon, Aug 03, 2009 at 01:17:41PM +0200, Andreas Zeidler wrote:
> just fyi: the bug is also present in zope.testing 3.7.7 (showing up when 
> testing plone.z3cform).  would it perhaps be possible to release a fixed 
> 3.7.8 soon, so that our buildout stops complaining again? :)

I looked at the bug and Godefroid's checkin today.  Things seem to be
complicated.  Short summary: collective.recipe.z2testrunner doesn't
support running tests in a subprocess.  Long summary:
https://launchpad.net/bugs/407916

As a quick workaround, instead of a single 'run tests' step that does

  bin/test

do separate 'run unit tests' and 'run functional tests' steps

  bin/test -u
  bin/test -f

in your buildbot config.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3 consulting and development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20090803/82472ef1/attachment.bin 


More information about the Zope-Dev mailing list