[ZODB-Dev] ZODB3 3.3 a2 unittests on freebsd

Jeremy Hylton jeremy at zope.com
Wed Jan 7 22:29:36 EST 2004


I'm surprised there wasn't some output from the zdaemon test.  What
happens if you run it by itself.  Try "python test.py zdaemon Ignores". 
(The final two arguments are regular expressions that match against the
test module's name and the test case's name.)

Separately, we have seen some problems with the checkPackWhileWriting
tests.  I think the problems have usually occurred while the machine was
under heavy load.  I'd be interested to hear how often the test fails
that way.  Try "python test.py -L . PackWhileWriting".  That will run
the tests in a loop.

It would also be interesting to see the results of a "python test.py
--all" which will run several hundred more tests.  They tend to be
resource intensive, so they aren't enabled by default.

Jeremy





More information about the ZODB-Dev mailing list