You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2009/05/10 19:26:24 UTC

DO NOT REPLY [Bug 39509] Once-only controller running twice

https://issues.apache.org/bugzilla/show_bug.cgi?id=39509





--- Comment #8 from Milamber <mi...@gmail.com>  2009-05-10 10:26:21 PST ---
Created an attachment (id=23634)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23634)
Proposal patch

I think that the problem is :
* Thread group and Loop Controller is starting with 'iterCount' at 1 
* but other controllers iterCount is starting with 0

thus, OOC is executed 2 times (iterCount = 0 and = 1) when it is sub element of
a controller which isn't a Loop or TG.

The patch modify TG and Loop Controller to start to 0 and changing the "if
(event.getIteration() == 1) {" to 0 in OOC.

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org