Bug 57500 - Introduce retry behavior for remote testing
Summary: Introduce retry behavior for remote testing
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.12
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-26 15:29 UTC by Andrey Pokhilko
Modified: 2015-01-30 11:52 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Pokhilko 2015-01-26 15:29:28 UTC
When you do a test with a lot of remote JMeter slaves, there may be situations when not all remote jmeter-servers were started at the moment master tries to init them. For this situation, the retry behavior is suggested.
Additionally, an option to ignore failed slaves suggested.

The pull request can be seen here: https://github.com/apache/jmeter/pull/13
Comment 1 Andrey Pokhilko 2015-01-30 11:09:00 UTC
Date: Fri Jan 30 09:33:21 2015
New Revision: 1655969

URL: http://svn.apache.org/r1655969
Log:
Bug 57500 - Introduce retry behavior for remote testing

Added:
    jmeter/trunk/src/core/org/apache/jmeter/engine/DistributedRunner.java
    jmeter/trunk/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
    jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/RemoteStart.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/remote-test.xml
Comment 2 Andrey Pokhilko 2015-01-30 11:52:47 UTC
Date: Fri Jan 30 11:08:25 2015
New Revision: 1655987

URL: http://svn.apache.org/r1655987
Log:
Bug 57500 - Introduce retry behavior for remote testing / fix test

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/engine/DistributedRunnerTest.java
Comment 3 The ASF infrastructure team 2022-09-24 20:37:59 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3521