https://bz.apache.org/bugzilla/show_bug.cgi?id=62990
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX CC| |[email protected] | |om OS| |All Status|NEW |RESOLVED --- Comment #1 from Philippe Mouawad <[email protected]> --- This is not possible by design. But you could put your Beanshell (better use groovy) code to initialize the var in User Defined Variables, see: - http://jmeter.apache.org/usermanual/properties_reference.html#groovy An alternative if using CSV Data Set, just set : - Recycle on EOF to false - Stop Thread on EOF to true so that once CSV file has been consumed, the threads using it are stopped. -- You are receiving this mail because: You are the assignee for the bug.
