[Zope3-dev] Obscenely slow single unit test

Barry Warsaw barry@zope.com
30 May 2003 08:48:02 -0400


On Fri, 2003-05-30 at 05:57, Chris Withers wrote:

> > Zope3 (and Zope2 head) tests support levels, which is really just a way
> > to limit the test suite from running everything under the sun, e.g. ZEO
> > tests with several storages.
> 
> Not sure this is a good idea.

Well, it's a trade-off.  20 minute test runs suck too.

> How often do _all_ the tests get run?

Whenever someone remembers to run tests with --all.  Perhaps the Zope
nightly tests should include this flag (but then, you'd also want
optional s/w like BerkeleyDB installed so those tests get run too).

Regular --all usage is probably best suited for automated testing
anyway.

> What platforms does this happen on?

What's the "this"?  The level stuff is platform independent.
-Barry