Summary: | JMeter Backend Listener show exception when test ended | ||
---|---|---|---|
Product: | JMeter | Reporter: | Liu XP <liu_xp2003> |
Component: | Main | Assignee: | JMeter issues mailing list <issues> |
Status: | RESOLVED FIXED | ||
Severity: | regression | ||
Priority: | P2 | ||
Version: | 3.1 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All |
Description
Liu XP
2016-11-29 03:13:14 UTC
mistake! Move line 304 "samplersToFilter = new HashSet<>();" after line 299 Thanks for your contribution. I chose a slightly different approach by checking for null instead of initialising the collection, though. Date: Tue Nov 29 20:10:27 2016 New Revision: 1771952 URL: http://svn.apache.org/viewvc?rev=1771952&view=rev Log: JMeter Graphite Backend Listener throws exception when test ends and useRegexpForSamplersList is set to true. Based on patch by Liu XP (liu_xp2003 at sina.com) Bugzilla Id: 60428 Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/graphite/GraphiteBackendListenerClient.java jmeter/trunk/xdocs/changes.xml |