nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

shutdown of distributed tests #65

Closed tarekziade closed 12 years ago

tarekziade commented 12 years ago

when running the bench distributed, we should be able to send a SIGTERM to the funkload script so it aborts the run, exactly like the ctrl-c does.

right now, kill the process will let the ssh session open and hanging..

will try to provide a patch

tarekziade commented 12 years ago

I got a working fix here: https://github.com/mozilla-services/FunkLoad/commit/5c5f230a2dd6da76c15a80830fbd4901c1190ec1

tarekziade commented 12 years ago

see #69