https://issues.apache.org/bugzilla/show_bug.cgi?id=54333
Bug ID: 54333
Summary: Ability to suppress generation of specific samples
Product: JMeter
Version: 2.6
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
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).
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.
--
You are receiving this mail because:
You are the assignee for the bug.