On Fri, 10 Dec 2004 15:48:21 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm referring to bug Nr. 29202 > http://issues.apache.org/bugzilla/show_bug.cgi?id=29202 > > Now, I run into the same problem. My testplan works fine with several loops > and > one thread, sometimes even with up to 10 threads. > But with more threads I am getting the wrong results of the regular expression > extractor. I think it takes the response of the wrong thread.
Possibly - but it could also be that the response was not as expected. > Is there already a solution? If there was a solution, we would have applied it ... > > I was trying it with Jmeter 2.0.2 and the nightly build from 20041125. > > Your help would be appreciated! Not sure we can do anything more without a test case to reproduce the problem. You could try adding a Save Responses Post-Processor. See: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file This might of course slow the test down too much. Or you might run out of disk space ... or it might show why the problem is occurring ... > Thanks, > > Chris > > --------------------------------------------------------------------- > 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]

