vlsi commented on issue #6455: URL: https://github.com/apache/jmeter/issues/6455#issuecomment-2872633633
There's a catch on what to do when the time runs out. There's a workaround if you use [Open Model Thread Group](https://jmeter.apache.org/usermanual/component_reference.html#Open_Model_Thread_Group): you could add `pause(2 min)` at the end of the schedule, so it would allow thread to complete before forcefully interrupting them. ---- We could consider adding a "non-interruptible" controller which would allow users to protect a part of a test plan from interrupting, however, we can't let it hang indefinitely, so it should have a timeout so it still terminates sooner or later. ---- A similar option would be having "cleanup" actions which would execute when an operation fails: * https://github.com/apache/jmeter/issues/4612 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org