https://issues.apache.org/bugzilla/show_bug.cgi?id=49974
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #3 from Sebb <[email protected]> --- The BeanShell server [1] can be used for this, in conjunction with a BeanShell test element (e.g. Timer). Use the server to set / clear a property (or possibly a variable in bsh.shared - don't know if that works across server and threads). The timer then checks the property; if set, it waits and loops until the property is cleared. Obviously a dedicated test element would be easier to use, but if you need a solution now, it would be worth a try. [1] http://jmeter.apache.org/usermanual/best-practices.html#beanshell_server -- You are receiving this mail because: You are the assignee for the bug.
