Skip to content

cf html5-list leaves "garbage" instance of app-runtime after successful execution #23

@micellius

Description

@micellius

Description

In case there were no app-runtime service instance of html5-apps-repo in the space and cf html5-list is executed, it creates service instance of app-runtime, which tries to delete as part of cleanup phase. The problem is that if list of apps was successfully obtained, but cleanup failed, plugin still reports OK, and user does not know that part of the operation failed leaving "garbage" in space. The service instance (with last operation: delete failed) is useless, since it can't be bound to app or used to create service keys.

cf html5-list should fail if cleanup fails and should report user friendly error message

Environment

  • OS (macOS/Windows) - macOS
  • SAP CF Landscape (e.g. Canary) - Canary
  • IaaS provider (e.g. AWS) - AWS
  • Region (e.g. eu10) - eu10

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions