https://bz.apache.org/bugzilla/show_bug.cgi?id=59067
--- Comment #2 from [email protected] --- Created attachment 33593 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33593&action=edit BROKEN PATCH Broken patch (do not apply) as it doesn't mix well with bug 56811. You can use it as a basis for the real correction. The pb is that in JMeterThread#triggerEndOfLoopOnParentControllers the Sampler used is not always the "real" one, but it can be a TransactionSampler, if there is some Simplecontroller between this TransactionSampler and the http sampler, triggerEndOfLoop will not be called for those controllers. the idea behind the patch is to always do the tree traversal from the real sampler. -- You are receiving this mail because: You are the assignee for the bug.
