Comment 10 for bug 1479723

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

Reviewed: https://review.openstack.org/331851
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=479cf14010bbc1937509f7eedb4dc56da551f0c0
Submitter: Jenkins
Branch: master

commit 479cf14010bbc1937509f7eedb4dc56da551f0c0
Author: Steve Baker <email address hidden>
Date: Tue Jun 21 16:53:17 2016 +1200

    sqlalchemy tests don't assume same session

    These tests currently rely on existing objects magically updating with
    new values after an action which results in an update query. This
    change refetches objects in preperation for the fix to bug #1479723.
    This is closer in behaviour to how we actually use the db objects in
    other parts of the codebase.

    Change-Id: I303b3b20bd2b82cfeeac771cbb906ae2e6266b17
    Related-Bug: #1479723