[Zope-dev] BTreeFolder2 for Zope 2.8?

2005-04-23 Thread Andreas Jung
Any objections to move BTreeFolder2 into the Zope core for Zope 2.8? BTF is widely used in the Zope, CMF Plone world and it would not hurt to ship it with Zope. Andreas pgpWGyE54VCPi.pgp Description: PGP signature ___ Zope-Dev maillist -

[Zope-dev] Re: [Zope-Coders] BTreeFolder2 for Zope 2.8?

2005-04-23 Thread Jens Vagelpohl
On Apr 23, 2005, at 14:30, Andreas Jung wrote: Any objections to move BTreeFolder2 into the Zope core for Zope 2.8? BTF is widely used in the Zope, CMF Plone world and it would not hurt to ship it with Zope. +1 jens ___ Zope-Dev maillist -

[Zope-dev] Re: BTreeFolder2 for Zope 2.8?

2005-04-23 Thread Christian Heimes
Andreas Jung wrote: Any objections to move BTreeFolder2 into the Zope core for Zope 2.8? BTF is widely used in the Zope, CMF Plone world and it would not hurt to ship it with Zope. +1 Christian ___ Zope-Dev maillist - Zope-Dev@zope.org

[Zope] Strange lockup during functional tests (sandboxed)

2005-04-23 Thread Balazs Ree
Hi, I'm running Zope 2.7.5-1, python 2.3.5-2 and experience that during the runnig of my own functional tests (sandboxed) after a few tests the program locks up (CTRL-C does not work, CTRL-Z yes). I can reproduce the issue with the following test: --- from Testing import ZopeTestCase

Re: [Zope] Strange lockup during functional tests (sandboxed)

2005-04-23 Thread Stefan H. Holek
ZopeTestCase.app() returns a new connection which you would have to ZopeTestCase.close(app) after use. If you forget to close, you will deplete the connection pool and cause the hang you experience. Also, note that the app argument to utility methods is *optional*, and setupCoreSessions() will