https://issues.apache.org/bugzilla/show_bug.cgi?id=51866
--- Comment #4 from Sebb <[email protected]> 2011-10-04 23:08:41 UTC --- (In reply to comment #2) > Created attachment 27670 [details] > Fix to issue > > Hello, > Patch uses same approach as 51868. > Regards > Philippe Although that might fix the Counter issue, it's not really scaleable - there are bound to be other elements that rely on the iterationStart() event: if not currently, then they may be added later. The fix needs to ensure that the iterationStart() event is only triggered when the next loop actually starts. Rather than looping through the samplers, maybe the code can trigger the loop-end condition in each of the parent controllers until the Thread Group is reached? Unfortunately this area of JMeter code is very complicated and not all that well documented. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
