Comment 12 for bug 1564295

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-astute (stable/mitaka)

Reviewed: https://review.openstack.org/304051
Committed: https://git.openstack.org/cgit/openstack/fuel-astute/commit/?id=3c5275bf7613e507e8db24f0f364f24cf59ce60d
Submitter: Jenkins
Branch: stable/mitaka

commit 3c5275bf7613e507e8db24f0f364f24cf59ce60d
Author: Vladimir Sharshov (warpc) <email address hidden>
Date: Thu Apr 7 18:32:31 2016 +0300

    Always report running status for task

    Sometime we run task so fast, so we get only pending
    and succeed/failed status report without running.

    Such behavior breaks State Machine flow for tasks history
    in Nailgun. With this change we will send running status
    for task in the moment of actual run.

    Change-Id: I46d86e31b5e35a54d1c33e41ea6fbdbc0d74c66b
    Closes-Bug: #1564295
    (cherry picked from commit 5415b86ac18750ce411898e46e0478b125e10079)