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 #28

Merged
merged 1 commit into from
Oct 9, 2023

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

This is a copy of PR #21 that was closed due to deletion of my fork.

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]>
Copy link
Collaborator

@RamLavi RamLavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@orelmisan orelmisan merged commit 8c26fd1 into kiagnose:main Oct 9, 2023
5 checks passed
@orelmisan orelmisan deleted the checkup_test_store_ns branch October 9, 2023 09:18
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.

2 participants