https://bz.apache.org/bugzilla/show_bug.cgi?id=65569
Bug ID: 65569
Summary: JSR223 sampler SampleResult.setIgnore() caches script
even when unchecked caching
Product: JMeter
Version: 5.4.1
Hardware: PC
Status: NEW
Severity: regression
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Created attachment 38029
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38029&action=edit
screenshot
Unchecking "Cache compiled script if available" and adding
"SampleResult.setIgnore()" to groovy script will still cache and not update
values (inside loop controller).
Commenting out "SampleResult.setIgnore()" will cause no caching to work as
expected (but will report to listeners).
--
You are receiving this mail because:
You are the assignee for the bug.