https://issues.apache.org/bugzilla/show_bug.cgi?id=54333
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |[email protected] | |om --- Comment #1 from Philippe Mouawad <[email protected]> --- (In reply to comment #0) > I would like to request the ability to programmatically mark specific > samples to be not recorded. Looking at the code, this could be very > straight-forward. E.g., in JMeterThread.process_sample(), call > threadContext.getPreviousResult() right before calling notifyListeners() and > skip it if is null. This way, a BeanShellAssertion could call > ctx.setPreviousResult(null). > Currently you can ignore Requests using include/exclude patterns in JMeter Proxy Server. Can you clarify why you would want to do that ? > BTW, in the documentation at > http://jmeter.apache.org/usermanual/test_plan.html#executionorder it > indicates that the listeners are skipped if SampleResult is null, but I > don't see the check in the code. Can you point to the exact phrase that says that ? -- You are receiving this mail because: You are the assignee for the bug.
