Bug 60065 - Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error"
Summary: Report / Dashboard : Improve Dashboard Error Summary by adding response messa...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 09:18 UTC by UbikLoadPack support
Modified: 2016-08-30 09:28 UTC (History)
1 user (show)



Attachments
Patch implementing enhancement (1.27 KB, patch)
2016-08-30 09:21 UTC, UbikLoadPack support
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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