https://bz.apache.org/bugzilla/show_bug.cgi?id=65008
Bug ID: 65008 Summary: prev.setIgnore() Product: JMeter Version: 5.4 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Main Assignee: issues@jmeter.apache.org Reporter: msping...@visionpointsystems.com Target Milestone: JMETER 5.4.1 Hello, When using prev.setIgnore() in a JSR223 PostProcessor, it is not working as intended on JMeter 5.4 when attached under an HTTP Request sampler (doesn't matter if the HTTP Request sampler is inside a Transaction Controller). The HTTP Request sampler still shows up in View Results Tree and in the JMeter results file. JMeter version - 5.4 Java version - 1.8.0_251 OS version - Windows 10 64-Bit (Build 19041) Reproduction Steps - 1. Add a JSR223 PostProcessor to an HTTP Request sampler, select Groovy 3.0.5 as the scripting language and in the script call prev.setIgnore(). 2. Switch to the View Results Tree and run the script. 3. Verify if the HTTP Request sample appears in the View Results Tree. 4. Open the JMeter results file and verify if an entry for that HTTP Request was written to the results file. prev.setIgnore() works as intended on JMeter 4.0 r1823414. -- You are receiving this mail because: You are the assignee for the bug.