Comment 12 for bug 1583630

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/498657
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=8d0a96f7afeb0169eb551f1a9d139ca70e512341
Submitter: Zuul
Branch: master

commit 8d0a96f7afeb0169eb551f1a9d139ca70e512341
Author: rabi <email address hidden>
Date: Mon Aug 28 18:36:27 2017 +0530

    Fix race conditions in test_create_update

    If two updates happen in the same second, stack updated_time
    does not change. This adds 'action_wait_secs' to have a
    different updated_time.

    Change-Id: Ie9d1c7fe83abfc7c9431e2d341392296cfd1f8df
    Closes-Bug: #1745276
    Related-Bug: #1583630