Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete procedures don't return error when the element is missing #464

Open
joshelser opened this issue Oct 20, 2023 · 0 comments
Open

Delete procedures don't return error when the element is missing #464

joshelser opened this issue Oct 20, 2023 · 0 comments

Comments

@joshelser
Copy link
Contributor

CALL OPSCENTER.ADMIN.DELETE_PROBE('asdfasdfasdf') will return null because we aren't validating that a probe (or label) exists with that name -- we just try to delete it.

We should return an error if the caller tries to delete something that is not present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant