Comment 3 for bug 1803528

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

Reviewed: https://review.openstack.org/618133
Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=90ddf442ee193d3b5b395d5f5a9aadb1dfe2b351
Submitter: Zuul
Branch: master

commit 90ddf442ee193d3b5b395d5f5a9aadb1dfe2b351
Author: Renat Akhmerov <email address hidden>
Date: Thu Nov 15 18:22:09 2018 +0700

    Clone cached action definitions

    * Once in a while we get DetachedInstanceError for action definitions
      and it happens when they are fetched from cache. We must always
      clone persistent objects before caching them.

    Change-Id: I1d0cffea6775eb258dcefc0dbb8a6ee18effe597
    Closes-Bug: #1803528