Bug 60888 - HttpRequest : Add option to allow retrial of all requests including NON Idempotent HTTP methods
Summary: HttpRequest : Add option to allow retrial of all requests including NON Idemp...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 3.1
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 17:25 UTC by Philippe Mouawad
Modified: 2017-03-18 17:32 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2017-03-18 17:25:46 UTC
This issue is to implement what has been discussed on user mailing list:
"JMeter 3.1 httpclient4.retrycount does not work"
http://mail-archives.apache.org/mod_mbox/jmeter-user/201703.mbox/%3CCABrgpQcUba8ryhQPs-Z5byn30vPzd66Ywd-K8cR3u8oQcMN-wg%40mail.gmail.com%3E


This is an addition to fix within Bug 60837.
Comment 1 Philippe Mouawad 2017-03-18 17:32:46 UTC
Author: pmouawad
Date: Thu Mar  9 20:34:05 2017
New Revision: 1786236

URL: http://svn.apache.org/viewvc?rev=1786236&view=rev
Log:
add httpclient4.request_sent_retry_enabled to allow retrying even if request was sent

Modified:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

Author: pmouawad
Date: Sat Mar 18 17:32:04 2017
New Revision: 1787579

URL: http://svn.apache.org/viewvc?rev=1787579&view=rev
Log:
Bug 60888 - HttpRequest : Add option to allow retrial of all requests including NON Idempotent HTTP methods
Document new property
Bugzilla Id: 60888

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