[Zope3-dev] Win32 Tests - Zope 3 - stop the garbage spew?

Guido van Rossum guido@python.org
Thu, 09 Jan 2003 10:17:55 -0500


> > Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
> > 
> > Modules included:
> > Zope3 (HEAD)
> > 
> > Running tests from D:\ZopeTests\sandbox\Zope3
> > checkMultipleAddresses (zodb.zeo.tests.test_conn.FileStorageConnectionTests)
> > [<socket._socketobject instance at 0x01F5B718>, <ManagedConnection ('127.0.0.1', 26342)>, <socket._socketobject instance at 0x01F58468>, <ManagedConnection ('127.0.0.1', 26342)>, <socket._socketobject instance at 0x01F54BF8>, <ManagedConnection ('127.0.0.1', 25718)>, <socket._socketobject instance at 0x01E3C788>, <ManagedConnection ('127.0.0.1', 25718)>, <socket._socketobject instance at 0x01F59518>, <ManagedConnection ('127.0.0.1', 28844)>]
> > checkMultipleServers (zodb.zeo.tests.test_conn.FileStorageConnectionTests)
> 
> What is spewing out this rubbish and how do you make it stop?

It's something Jeremy put in to trap leaked sockets or file
descriptors.  But I don't remember where he put it in and I 'll be
darned if I can find it.

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