Re: JavaSampler.teardownTest() not being called

2003-04-04 Thread Jeremy Arnold
<mailto:[EMAIL PROTECTED]> ] Sent: Thursday, April 03, 2003 1:35 PM To: JMeter Users List Subject: Re: JavaSampler.teardownTest() not being called Hello, The JavaSampler was broken in 1.8.1 (and earlier versions -- I don't know the whole history, but I don't think it has ever wor

RE: JavaSampler.teardownTest() not being called

2003-04-04 Thread Gardner, Chris
). -Original Message- From: Gardner, Chris [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Friday, April 04, 2003 4:18 PM To: 'JMeter Users List' Subject: RE: JavaSampler.teardownTest() not being called I downloaded the 20030331 build. I have a test plan that h

RE: JavaSampler.teardownTest() not being called

2003-04-04 Thread Gardner, Chris
completed? I guess I was expected the JUnit paradigm of setUp(), test(), tearDown(). -Original Message- From: Jeremy Arnold [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Thursday, April 03, 2003 1:35 PM To: JMeter Users List Subject: Re: JavaSampler.teardownTest() not

Re: JavaSampler.teardownTest() not being called

2003-04-03 Thread Jeremy Arnold
Hello, The JavaSampler was broken in 1.8.1 (and earlier versions -- I don't know the whole history, but I don't think it has ever worked quite the way you would expect it to). The good news is that it has been fixed in the last month or so. So if you're willing to use a recent nightly buil

JavaSampler.teardownTest() not being called

2003-04-02 Thread Gardner, Chris
In jmeter 1.8.1 on Windows 2K, I've created a class that extends JavaSampler to call a Java object. I overrode teardownTest() to remove the data from a database that the called Java object effectively inserted. Unfortunately, teardownTest() is not being called. What am I doing wrong? Thanks.