oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 187 forks source link

Handle when StopTestNow calls fail #63

Closed oliverlloyd closed 8 years ago

oliverlloyd commented 8 years ago

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 8 years ago

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