Bug 57696 - HTTP Request : Improve responseMessage when resource download fails
Summary: HTTP Request : Improve responseMessage when resource download fails
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.13
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-12 21:22 UTC by UbikLoadPack support
Modified: 2016-01-29 23:31 UTC (History)
1 user (show)



Attachments
Patch implementing enhancement (665 bytes, patch)
2015-03-12 21:53 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 2015-03-12 21:22:01 UTC
Hello,
When "Retrieve All Embedded Resources" is checked in HTTP Request and an error occurs in one of the download, the sampler is marked in error.

But when you use CSV output and show responseMessage, it is empty.
In this case it is difficult to know why sampler is in error as the responsr Message is empty.

It would be nice to add "Resource download failed" as message.
Comment 1 UbikLoadPack support 2015-03-12 21:53:53 UTC
Created attachment 32563 [details]
Patch implementing enhancement
Comment 2 Philippe Mouawad 2015-03-22 14:05:21 UTC
Date: Sun Mar 22 14:04:11 2015
New Revision: 1668373

URL: http://svn.apache.org/r1668373
Log:
Bug 57696 - HTTP Request : Improve responseMessage when resource download fails
Bugzilla Id: 57696

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
    jmeter/trunk/xdocs/changes.xml
Comment 3 Philippe Mouawad 2015-03-22 17:46:30 UTC
Date: Sun Mar 22 17:44:27 2015
New Revision: 1668420

URL: http://svn.apache.org/r1668420
Log:
Bug 57696 - HTTP Request : Improve responseMessage when resource download fails
Oups : Fix test failure
Bugzilla Id: 57696

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
Comment 4 Philippe Mouawad 2016-01-29 23:31:41 UTC
Author: pmouawad
Date: Fri Jan 29 23:29:17 2016
New Revision: 1727663

URL: http://svn.apache.org/viewvc?rev=1727663&view=rev
Log:
Bug 57696 HTTP Request : Improve responseMessage when resource download fails
Bugzilla Id: 57696

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
Comment 5 The ASF infrastructure team 2022-09-24 20:37:59 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3560