https://bz.apache.org/bugzilla/show_bug.cgi?id=65569
--- Comment #4 from Felix Schumacher <felix.schumac...@internetallee.de> --- Created attachment 38031 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38031&action=edit SampleResult#setIgnore in loop controller behaves strangely I think, this is a minimal test plan, that can reproduce the described behaviour. Although this is not a caching problem inside the JSR223 sampler, it is for sure a problem. As soon, as we call SampleResult#setIgnore inside a JSR223 sampler inside a loop controller, the JSR223 sampler gets a stale script put into its script editor. So even, if it doesn't cache its script, it looks like it is cached. The script gets updated, once the thread starts a new iteration (not the loop iteration!). -- You are receiving this mail because: You are the assignee for the bug.