Bug 61762

Summary: Start Next Thread Loop should be used everywhere
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 3.3   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2017-11-14 21:13:47 UTC
Test Action uses "Start Next Loop" for the same concept.
Also in JMeterContext we have setRestartNextLoop / isRestartNextLoop

2 Labels for the same concept is confusing, make it uniform
Comment 1 Philippe Mouawad 2017-11-14 21:23:59 UTC
Author: pmouawad
Date: Tue Nov 14 21:23:28 2017
New Revision: 1815269

URL: http://svn.apache.org/viewvc?rev=1815269&view=rev
Log:
Bug 61762 - Start Next Thread Loop should be used everywhere
Bugzilla Id: 61762

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/sampler/TestAction.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 Philippe Mouawad 2017-11-21 21:37:54 UTC
Author: pmouawad
Date: Tue Nov 21 21:37:30 2017
New Revision: 1815990

URL: http://svn.apache.org/viewvc?rev=1815990&view=rev
Log:
Bug 61762 - Start Next Thread Loop should be used everywhere
Replace deprecated method
Bugzilla Id: 61762

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java
Comment 3 The ASF infrastructure team 2022-09-24 20:38:11 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4589