hi i havent looked at the underlying code , so i dont know(id guess that jmeter should show similar behavior to the package). I guess Jmeter + regex package will always have a higher probability of a bug(than just the regex package), having said that Ive never run into any issues. Whats your regex look like?
regards deepak On Thu, Sep 24, 2009 at 9:03 PM, Mark Stephen S. Florencio < [email protected]> wrote: > Good day, > > Well i think my previous reg ex was still ambiguous. I was just testing it > with a subset of the response. I initially thought that was ok.. then I > followed your advice... My old reg ex did not return anything and was taking > rather a long time to compile in the tester with the whole response to be > searched in the tester. So I made a new reg ex and I guess I made it more > descriptive. > > Still, the tester took quite a while with my new reg ex with > searching/parsing the whole response. Will Jmeter be behaving similarly? If > so, isn't that making my test less reliable? > > Best regards, > > Stephen > ----- Original Message ----- > From: "Deepak Shetty" <[email protected]> > To: "JMeter Users List" <[email protected]> > Sent: Friday, September 25, 2009 11:10:24 AM > Subject: Re: Reg Ex Extractor issue- stops my test execution > > Can you disable the regex extractor and get the response data for your > request and try it out on the tester? (i.e. run the regex against the > actual > data in a separate tool and see if it works). if that works what does your > regular expression look like and what options have you selected? > > > On Thu, Sep 24, 2009 at 8:06 PM, Mark Stephen S. Florencio < > [email protected]> wrote: > > > Let me qualify the description of my situation. It just hangs. I mean it > is > > like waiting for something. The green indicator in the upper right is > just > > green as I wirte this. There is no error in the log as far as I inspect > it. > > The test runs perfectly with disabling the reg ex extractor. > > > > The only thing I can see as an error in the log is this line. > > 2009/09/25 11:04:07 INFO - jmeter.engine.StandardJMeterEngine: Thread > will > > continue on error > > > > Best regards, > > > > ----- Original Message ----- > > From: "Deepak Shetty" <[email protected]> > > To: "JMeter Users List" <[email protected]> > > Sent: Friday, September 25, 2009 10:54:36 AM > > Subject: Re: Reg Ex Extractor issue- stops my test execution > > > > check jmeter.log under the bin directory for errors. > > regards > > deepak > > > > On Thu, Sep 24, 2009 at 7:51 PM, Mark Stephen S. Florencio < > > [email protected]> wrote: > > > > > Good day. > > > > > > Can the reg Ex extractor overwhelm my system running Jmeter? I am > > designing > > > a script. I want to put a reg ex extractor in one of my samples. The > reg > > ex > > > I am using is already tested using > > http://jakarta.apache.org/oro/demo.html. > > > So I guess it will run properly. I haven't even indicated in the script > > > where I will put the things I would have matched with the regex. As I > ran > > > the test, it just stops before the sampler that has the reg ex > extractor. > > > > > > Any suggestions to overcome this predicament? > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

