Description
While deleting any entity (cluster/feed/process) which does not exist, the response message from server is entity removed successfully.
dataqa@ip-192-168-138-200:/mnt/git/falcon/falconPrism/bin$ ./falcon entity -type process -list (PROCESS) NewPrismProcessUpdateTest--agregator-coord16-1b95f577 dataqa@ip-192-168-138-200:/mnt/git/falcon/falconPrism/bin$ ./falcon entity -type process -delete -name pxyz falcon/pxyz(process) removed successfully prism/pxyz(process) doesn't exist. Nothing to do dataqa@ip-192-168-138-200:/mnt/git/falcon/falconPrism/bin$ ./falcon entity -type feed -list (FEED) NewPrismProcessUpdateTest--raaw-logs16-fb861a10 (FEED) NewPrismProcessUpdateTest--agregated-logs16-a4b247a5 dataqa@ip-192-168-138-200:/mnt/git/falcon/falconPrism/bin$ ./falcon entity -type feed -delete -name fxyz falcon/fxyz(feed) removed successfully prism/fxyz(feed) doesn't exist. Nothing to do
Attachments
Issue Links
- duplicates
-
FALCON-911 Fix misleading "success" information when the entity is removed using CLI
- Resolved
-
FALCON-75 Falcon CLI for deleting entities should inform user if entity does not exist
- Closed