Comment 8 for bug 1433555

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

Reviewed: https://review.openstack.org/166030
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=9bb663d81b44cdc08cf994e98b7f4bb11b2dc1b6
Submitter: Jenkins
Branch: master

commit 9bb663d81b44cdc08cf994e98b7f4bb11b2dc1b6
Author: Steve Baker <email address hidden>
Date: Fri Mar 20 11:33:03 2015 +1300

    Call db refresh in Stack object refresh

    The current Stack object refresh doesn't actually do any refreshing,
    which explains the functional test speed regression since the RPC
    nested stack code relies on stack.refresh() to poll for state change.

    With this change AutoScalingSignalTest.test_signal_with_policy_update
    locally takes ~60s consistently. Without this change ~50% of test runs
    have some form of execution delay, taking 80s -> 300s+.

    Change-Id: Ie06851fd5b0d8b802ebf701e8bf621562d9b6d88
    Closes-Bug: #1433555