You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/12/23 15:43:45 UTC

[Bug 54333] Ability to suppress generation of specific samples

https://issues.apache.org/bugzilla/show_bug.cgi?id=54333

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(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.