I'm trying to include a simple jmx file with an include controller. I have two almost identical jmx file to be included.
The first one is: - Test Fragment - - BeanShell Sampler The second one has: - Thread Group - - Simple Controller - - - BeanShell Sampler Both BeanShell Sampler contain exactly the same code. According to the Component Reference a thread group in the included file should be ignored during the include process. So I expected that including one or the other file would lead to the exact same result. What I observe is however that when including the test fragment there is not problem, and when including the thread group the included code is not run. Also it appears that when switching from on to the other, the included code is reloaded only after saving or after having run the test plan at least once. Anybody had similar issues with the include controller? I found a bug in bugzilla ( https://issues.apache.org/bugzilla/show_bug.cgi?id=55334) addressing a related issue, which seems to have been fixed. I tried the latest nightly build, but then had problems opening my projects. Does anybody know when the next stable release is planned?
