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

checkup, tests: Check if VMI exists before deleting it #21

Closed
wants to merge 1 commit into from
Closed

checkup, tests: Check if VMI exists before deleting it #21

wants to merge 1 commit into from

Conversation

orelmisan
Copy link
Member

Currently, the existence of the VMI is not checked before deleting the object.

Add a check if the VMI exists before deleting it, or return an error in case it doesn't exist.

This uncovered a problem that was caused by the fact the VMI namespace was not stored.

Store the VMI namespace upon its creation.

Based on kiagnose/kubevirt-dpdk-checkup#30

Currently, the existence of the VMI is not checked before
deleting the object.

Add a check if the VMI exists before deleting it, or
return an error in case it doesn't exist.

This uncovered a problem that was caused by the fact
the VMI namespace was not stored.

Store the VMI namespace upon its creation.

Based on kiagnose/kubevirt-dpdk-checkup#30

Signed-off-by: Orel Misan <[email protected]>
@orelmisan orelmisan closed this by deleting the head repository Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant