Bug 55288 - JMeter should default to 0 retries for HTTP requests
Summary: JMeter should default to 0 retries for HTTP requests
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.9
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-21 23:01 UTC by Sebb
Modified: 2013-07-21 23:14 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2013-07-21 23:01:22 UTC
JMeter currently defaults to retrying once if a retriable request fails.

This does not really agree with the purpose of JMeter to create a specific load on a server, as the load will vary depending on whether or not a retry occurs.

The defaults for the HC3 and HC4 retry counts should be set to 0, i.e. no retries.
Comment 1 Sebb 2013-07-21 23:13:42 UTC
URL: http://svn.apache.org/r1505503
Log:
JMeter should default to 0 retries for HTTP requests
Bugzilla Id: 55288

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC3Impl.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:54 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3169