[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 ZopeTestC

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

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

2005-04-23 Thread Balazs Ree
Sat, 23 Apr 2005 16:48:21 +0200 keltezéssel Stefan H. Holek azt írta: > 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. This might be true, b

[Zope] Zope Starting Error

2005-04-23 Thread Jonathan Goldberg
Can someone please help me resolve the following error: Error: The object named by "DBTab.ClassFactories.autoClassFactory" could not be imported (line 903 in file:///home/jgoldberg/my_zope/etc/zope.conf) For help, use /opt/Zope-2.7/lib/python/Zope/Startup/zopectl.py -h Thank you, Jonathan Goldber