DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42778>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42778 Summary: Samplers reliably skipped by ThreadGroup iterator (r550144) Product: JMeter Version: Nightly (Please specify date) Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Within the following attached script, HTTP samplers 2 and 4 are reliably skipped, when they should be being executed. I came across this in nightly build r541884, but it also happens in r550144. I spent a couple of days trying to track this down, and isolated it to something strange within the call to controller.next() in JMeterThread:run() when it leaves the IfController and starts sniffing the SimpleController after it: the sequence manages to set the TransactionSampler to be its own subsampler, instead of the HTTPSampler it initially gets hold of. I have the vague idea that it's a flaw around nextIsAController, but I don't understand what the various methods think they're supposed to be doing. (I couldn't find any useful documentation; if there is some, I'd be interested to know where it is, for future reference.) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
