DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28751>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28751 Counter function not updating defined under a Loop Controller ------- Additional Comments From [EMAIL PROTECTED] 2004-05-05 18:42 ------- The problem is that the incIteration() method of the JMeterVariables class is only incremented by JMeterThread. Is this a new feature? No, actually the problem is that the counter is relying on the counter in JMeterThread when perThread is set to true! Apparently this counter is the number of times the thread has executed. If the counter is underneath a loop it needs to update it's own counter each time execute is called. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
