Bug 58300

Summary: Make existing Java Samplers implement Interruptible
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 2.13   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Sebb 2015-08-28 17:13:30 UTC
It would be useful if the Java Samplers implemented interruptible.

This is necessary to allow a test to be stopped, and would be useful in testing the proposed InterruptTimer

Also, if the sleep is interrupted, the samples should return failed status
Comment 1 Sebb 2015-08-28 17:17:42 UTC
URL: http://svn.apache.org/r1698378
Log:
 Make existing Java Samplers implement Interruptible
Bugzilla Id: 58300

Modified:
    jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/sampler/JavaSampler.java
    jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/test/JavaTest.java
    jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/test/SleepTest.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:00 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3660