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
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