You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/08/30 09:18:08 UTC

[Bug 60065] New: Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error"

https://bz.apache.org/bugzilla/show_bug.cgi?id=60065

            Bug ID: 60065
           Summary: Report / Dashboard : Improve Dashboard Error Summary
                    by adding response message to "Type of error"
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: support@ubikloadpack.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60065] Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error"

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60065

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60065] Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error"

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60065

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
Created attachment 34183
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34183&action=edit
Patch implementing enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.