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

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |51868

--- Comment #1 from Philippe Mouawad <[email protected]> 2011-10-01 
19:56:14 UTC ---
Same explanation as 51868.
Incrementation is due to this code in JMeterThread:

sam = controller.next(); // need perfom a until loop for special case (tc as
parent)
while (sam != null && !sam.equals(firstSampler)) { // while the thread is NOT
on the begining of the tree
                                    sam = controller.next();
}

-- 
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]

Reply via email to