16 messages in com.canoo.lists.webtestRe: [Webtest] ant/webtest accumulatin...
FromSent OnAttachments
jkm...@web.de14 Feb 2006 06:10 
Siegfried Goeschl14 Feb 2006 06:46 
jkm...@web.de14 Feb 2006 08:57 
Lisa Crispin14 Feb 2006 09:33 
Siegfried Goeschl14 Feb 2006 09:36 
Stefan Ruff14 Feb 2006 09:53 
Marc Guillemot14 Feb 2006 10:33 
jkm...@web.de15 Feb 2006 00:34 
Siegfried Goeschl15 Feb 2006 04:11 
Rob Manthey22 Jun 2006 01:15 
Vikenty Menshutkin22 Jun 2006 02:34 
Frank Langanke22 Jun 2006 02:48 
Marc Guillemot22 Jun 2006 02:48 
Rob Manthey22 Jun 2006 19:05 
Rob Manthey22 Jun 2006 19:39 
Rob Manthey09 Jul 2006 23:59 
Subject:Re: [Webtest] ant/webtest accumulating ram space and stalling
From:Frank Langanke (fran@etvice.com)
Date:06/22/2006 02:48:04 AM
List:com.canoo.lists.webtest

Rob Manthey wrote:

(I drafted this a few months ago and then shelved it as I couldn't verify that I hadn't caused my own environment problem, but Marc's recent mail about memory leaks reminded me of it, so I'll post it in case it holds some value for anyone. I still have the problem ... )

First post to this list, so Hi to all!

My problem is probably a fairly simple config oversight and probably not even a webtest issue in fact, but I'm stuck so here goes: I added some more tests on my Tomcat5.5/Struts1.2/Webtest1.7/Java5.0/RHEL4 web app recently and my ant driven webtests are now grinding to a halt. Individually each test runs fine and releases the used ram (viewed via linux system monitor gui), but I have a master ant build.xml to run them all and as it runs sequential tests ram is not released and it gradually grinds to a halt and the tests just plain stop mid-run.

Remove the import task which imports the webtest task from the individuall test files and put it once in the master build.xml. So the import will be then made only once and not for every test again.

Frank.