https://issues.apache.org/bugzilla/show_bug.cgi?id=53501
Vladimir Sitnikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #6 from Vladimir Sitnikov <[email protected]> --- Currently (as of git 05f071840c7f6, https://svn.apache.org/repos/asf/jmeter/trunk@1481155) JMeter just calls sleep and it does not check if the "time-after-wakeup" is still in thread schedule. I do not find interrupts, mentioned in comment #1. The bug is reproducable with simple Constant Timer The behaviour is as follows: 1) Set test duration (via threadgroup scheduler) to 1 minute 2) Timer says: "sleep 5 minutes" (e.g. Constant Timer) 3) The thread sleeps, ignoring the scheduler 4) Test finishes only after 5 minutes Expected behaviours is as follows: 3) Thread terminates, as there is no sense in sleeping 4) Test finishes in 1 minute as per scheduler -- You are receiving this mail because: You are the assignee for the bug.
