https://bz.apache.org/bugzilla/show_bug.cgi?id=63490
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36611|0 |1 is obsolete| | --- Comment #9 from Felix Schumacher <[email protected]> --- Created attachment 36615 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36615&action=edit Check for end of scheduler duration before the real sampling occurs The current logic of TimerService has now been changed to return -1, when delay would be too long for the end time. JMeterThread#delay stops the current thread, when delay is -1 (which could be surprising, when a timer uses -1 to indicate no waiting). A test case has been added to test the current behaviour (and an old one has been adapted to check for -1 in TimerService) and two tests have been added to complete all possible cases in adjustDelay. -- You are receiving this mail because: You are the assignee for the bug.
