https://issues.apache.org/bugzilla/show_bug.cgi?id=53501
--- Comment #8 from Sebb <[email protected]> --- (In reply to Vladimir Sitnikov from comment #6) > 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 The scheduler is designed to stop the test once the duration has been reached. It is not designed to interrupt the test. So this test does not show a problem -- You are receiving this mail because: You are the assignee for the bug.
