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.
Reviewed: https:/ /review. openstack. org/331851 /git.openstack. org/cgit/ openstack/ heat/commit/ ?id=479cf14010b bc1937509f7eedb 4dc56da551f0c0
Committed: https:/
Submitter: Jenkins
Branch: master
commit 479cf14010bbc19 37509f7eedb4dc5 6da551f0c0
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: I303b3b20bd2b82 cfeeac771cbb906 ae2e6266b17
Related-Bug: #1479723