https://bz.apache.org/bugzilla/show_bug.cgi?id=61521
Bug ID: 61521
Summary: while controller stackoverflow exception
Product: JMeter
Version: 3.2
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35327
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35327&action=edit
Jmeter log + project jmx
While controller generates an exception when there is no sampler executed.
See project file. The while consists of an if block, a timer and a disabled
dummy sampler.
When the dummysampler is ENABLED there is no exception.
When the dummysampler is DISABLED and the if block is not executed, an
exception occurs.
When the dummysampler is disabled but the if blocks child sampler is executed
no exception is raised.
So it seems that the while controller has an issue when no active sampler is
executed.
The use case is that the if block is executed at an interval. A workaround is
adding a dummy sampler in the while block, but that is sub optimal.
See attached jmeter.log and example project.
--
You are receiving this mail because:
You are the assignee for the bug.