https://issues.apache.org/bugzilla/show_bug.cgi?id=54267
Bug ID: 54267
Summary: Start Next Thread Loop setting doesn't work in custom
thread groups
Product: JMeter
Version: 2.8
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 29729
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29729&action=edit
simple fix for the problem
Users of JP@GC claming that setting "Start Next Thread Loop" has no effect in
custom thread groups. Corresponding issue in JP@GC:
http://code.google.com/p/jmeter-plugins/issues/detail?id=227
I investigated the reason and found that triggerEndOfLoopOnParentControllers
method in JMeterThread uses not abstract class, and this causes custom thread
groups not being processed.
I've attached a patch to fix this problem, startNextLoop method is a member of
AbstractThreadGroup, I see no side effects.
--
You are receiving this mail because:
You are the assignee for the bug.