Bug 60065

Summary: Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error"
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Patch implementing enhancement

Description UbikLoadPack support 2016-08-30 09:18:08 UTC
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
Comment 1 UbikLoadPack support 2016-08-30 09:21:35 UTC
Created attachment 34183 [details]
Patch implementing enhancement
Comment 2 Philippe Mouawad 2016-08-30 09:28:23 UTC
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
Comment 3 The ASF infrastructure team 2022-09-24 20:38:05 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4081