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

Add Volume Delete Test Step #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m-ildefons
Copy link
Contributor

Add test step ensuring that volumes are deleted correctly. This test works independent of the timeout since in case the timeout is exceeded the delete operation will already be considered a fail. Thus, if the test step succeeds, the delete would not have timed out. The test step also ensures that the resource is actually removed.

The actual delete logic for volumes was already fixed in 55ee9e6 (#103)

related-to: harvester/harvester#6415

Add test step ensuring that volumes are deleted correctly.
This test works independent of the timeout since in case the timeout is
exceeded the delete operation will already be considered a fail.
Thus, if the test step succeeds, the delete would not have timed out.
The test step also ensures that the resource is actually removed.

related-to: harvester/harvester#6415

Signed-off-by: Moritz Röhrich <[email protected]>
@m-ildefons m-ildefons self-assigned this Jan 3, 2025
Copy link
Member

@FrankYang0529 FrankYang0529 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the patch.

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