[Zope3-dev] PATCH for: FreeBSD Test Results - Zope 3 / Python 2.2 - Not OK :-(

Guido van Rossum guido@python.org
Mon, 03 Mar 2003 13:07:38 -0500


> It's been bugging me to see this every day, I think I have a fix for the 
> problem attached, a patch to zodb/zeo/zprc/client.py  Main problem 
> seemed to be reusing the name "wrap" as a loop variable in a 
> questionable way and/or not removing closed wrappers from the dict that 
> gets returned.

Thanks!  Applied both in Zope 3 (ZODB 4) and Zope 2 (ZODB 3.2).  It
looks like ZODB 3.1 doesn't have this bug.

> My not-so-blazingly fast mini-ITX box running FreeBSD gets a lot of 
> "connection refused" type errors  when running the tests, so I'd suggest 
> tweaking zodb/zeo/tests/forker.py to increase the delay a bit, and have 
> attached a patch for that too.

I'll leave this to someone else to decide.

--Guido van Rossum (home page: http://www.python.org/~guido/)