Details
-
Bug
-
Resolution: Done
-
Neutral
-
None
-
None
-
None
-
None
-
-
Empty show more show less
Description
The SUBS_CLEANUP task is not filtering correctly the subs to delete.
The problem is that the're are to list of status:
The actual filter is like
.filter(sub -> "READY".equals(sub.getProvisioningStatus()))
To use the sub.getProvisioningStatus() is ok (rather than the lifeCycleState), but then we must use one of the valid statuses from the SubscriptionProvisioningStatus(and we're using one from SubscriptionLifeCycleState )
Checklists
Acceptance criteria