Save instance that was fetched from DB to context to avoid querying the DB again to get the same instance
Manage instance deprovision and polling by an external plugin
Approach
The instance will be saved and available in the context after fetched from DB
An external plugin want to manage the deprovision process, it saves the delete operation in the context, which signals the osb_store_plugin that someone else is managing this operation and the response should be returned to the client without further actions
Coverage remained the same at 86.791% when pulling bfbffb29f931ebfc322baec780e6081b5d692ade on saveInstanceInContext into 9c79f9e079f5bc7bdda8007ab74cc3191c66767b on master.
Motivation
Approach
Pull Request status