Bug 60813

Summary: JSR223 Test element : Take into account JMeterStopTestNowException, JMeterStopTestException and JMeterStopThreadException
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.1   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2017-03-03 19:40:08 UTC
JMeter will take into account the throwing of the exceptions below from JSR223 Test elements (Pre/Post Processor, Assertions, Timers and Samplers):
org.apache.jorphan.util.JMeterStopThreadException
org.apache.jorphan.util.JMeterStopTestException
org.apache.jorphan.util.JMeterStopTestNowException
Comment 1 Philippe Mouawad 2017-03-03 19:41:38 UTC
Author: pmouawad
Date: Fri Mar  3 19:41:19 2017
New Revision: 1785364

URL: http://svn.apache.org/viewvc?rev=1785364&view=rev
Log:
Bug 60813 - JSR223 Test element : Take into account JMeterStopTestNowException, JMeterStopTestException and JMeterStopThreadException
Bugzilla Id: 60813

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java
    jmeter/trunk/src/core/org/apache/jmeter/util/ScriptingTestElement.java
    jmeter/trunk/xdocs/changes.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/4313