Bug 57537 - BackendListener : Allow implementations to drop samples
Summary: BackendListener : Allow implementations to drop samples
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.12
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-04 22:12 UTC by Philippe Mouawad
Modified: 2015-02-04 22:16 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2015-02-04 22:12:41 UTC
In some cases it might be useful for BackendListenerClient implementations to drop some SampleResults if they are not interested:
- Listener that only implements "teardownTest" for example
- Listener that wants to filter some SampleResults
....
Comment 1 Philippe Mouawad 2015-02-04 22:16:47 UTC
Date: Wed Feb  4 22:16:03 2015
New Revision: 1657427

URL: http://svn.apache.org/r1657427
Log:
Bug 57537 - BackendListener : Allow implementations to drop samples
Bugzilla Id: 57537

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListener.java
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListenerClient.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:59 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3525