Bug 61129 - Report/Dashboard : If response code is empty but a failureMessage is present, Errors and Top 5 Errors are not accurate
Summary: Report/Dashboard : If response code is empty but a failureMessage is present,...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.2
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2017-05-26 21:14 UTC by UbikLoadPack support
Modified: 2017-05-26 21:23 UTC (History)
1 user (show)



Attachments
Patch fixing issue (4.82 KB, patch)
2017-05-26 21:15 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 2017-05-26 21:14:29 UTC
If response code is empty but a failureMessage is present, Errors and Top 5 Errors by sampler reports will wrongly use responseMessage instead of failureMessage losing useful information.
Comment 1 UbikLoadPack support 2017-05-26 21:15:37 UTC
Created attachment 35009 [details]
Patch fixing issue
Comment 2 Philippe Mouawad 2017-05-26 21:23:30 UTC
Author: pmouawad
Date: Fri May 26 21:19:13 2017
New Revision: 1796345

URL: http://svn.apache.org/viewvc?rev=1796345&view=rev
Log:
Bug 61129 - Report/Dashboard : If response code is empty but a failureMessage is present, Errors and Top 5 Errors are not accurate
Bugzilla Id: 61129

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/Top5ErrorsBySamplerConsumer.java
    jmeter/trunk/test/src/org/apache/jmeter/report/processor/ErrorsSummaryConsumerTest.java
    jmeter/trunk/xdocs/changes.xml


Author: pmouawad
Date: Fri May 26 21:21:02 2017
New Revision: 1796346

URL: http://svn.apache.org/viewvc?rev=1796346&view=rev
Log:
Mention contributor

Modified:
    jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:38:09 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4398