https://issues.apache.org/bugzilla/show_bug.cgi?id=51868
--- Comment #14 from Philippe Mouawad <[email protected]> 2011-10-31 10:52:16 UTC --- Date: Mon Oct 31 10:50:11 2011 New Revision: 1195404 URL: http://svn.apache.org/viewvc?rev=1195404&view=rev Log: Fix to Start Next Loop broken feature, fixes following issues: - Bug 51865 - Infinite loop inside thread group does not work properly if "Start next loop after a Sample error" option set - Bug 51868 - A lot of exceptions in jmeter.log while using option "Start next loop" for thread - Bug 51866 - Counter under loop doesn't work properly if "Start next loop on error" option set for thread group Added: jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/FindTestElementsUpToRootTraverser.java (with props) Modified: jakarta/jmeter/trunk/src/components/org/apache/jmeter/control/ForeachController.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/Controller.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/GenericController.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/IfController.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/LoopController.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/RunTime.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/WhileController.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/AbstractThreadGroup.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java jakarta/jmeter/trunk/xdocs/changes.xml -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
