Currently if you have an error of type: - "Non HTTP response code: java.io.IOException" - "Non HTTP response code: java.net.SocketTimeoutException" you loose part of the information on type of error and granularity is too big. We propose to add the response message if not empty, thus you get a count of: - Non HTTP response code: java.io.IOException/Non HTTP response message: Exceeded maximum number of redirects: 20 - Non HTTP response code: java.net.SocketTimeoutException/Non HTTP response message: Read timed out
Created attachment 34183 [details] Patch implementing enhancement
Date: Tue Aug 30 09:27:29 2016 New Revision: 1758349 URL: http://svn.apache.org/viewvc?rev=1758349&view=rev Log: Bug 60065 - Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error" Contributed by UbikLoadPack Bugzilla Id: 60065 Modified: jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4081