Handle when StopTestNow calls fail
oliverlloyd opened this issue · 1 comments
oliverlloyd commented
If the jmeter process is out of memory then sending StopTestNow
calls to it can fail. This hangs the script and prevents tidy up and termination.
Maybe send the calls to the background and then sleep a bit, and then continue with termination?
oliverlloyd commented
Actually, the call does return after some time so this is moot.