oliverlloyd/jmeter-ec2

Handle when StopTestNow calls fail

oliverlloyd opened this issue · 1 comments

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?

Actually, the call does return after some time so this is moot.