Comment 1 for bug 1326051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to rally (master)

Reviewed: https://review.openstack.org/107358
Committed: https://git.openstack.org/cgit/stackforge/rally/commit/?id=0e1c90363b8c84efc46ebd1e80a57cef52d85f63
Submitter: Jenkins
Branch: master

commit 0e1c90363b8c84efc46ebd1e80a57cef52d85f63
Author: Swapnil Kulkarni <email address hidden>
Date: Wed Jul 16 12:51:03 2014 +0000

    Handle keyboard interrupt in task run

    Currently cancelling task does not handle keyboard
    interrupts. This fix is to add the exception and
    abort the task.

    Change-Id: Ia3540c5b396212c0f214d41e51797c584329a482
    Closes-Bug:#1326051