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

--- Comment #10 from Philippe Mouawad <[email protected]> 
2011-10-01 16:23:56 UTC ---
Sorry I think I read too fast
Part of my analysis is wrong.
I recap:
When an error occurs (enabled (fail) Load page (loop)) JMeterThread will enter
this part of code:
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();
}

It means if will for IfController execute the condition which is wrong due to
the fact that BeanShell sampler just before did not run, so spend_time won't be
in variables.

That explains the logs.
Regards
Philippe

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