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

tests: Show clearer error message when cleanup tests fail #1038

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

Conversation

akrejcir
Copy link
Collaborator

@akrejcir akrejcir commented Aug 9, 2024

What this PR does / why we need it:
Previously the error message contained the whole object, but the text was too long and it was truncated, so often we could not read the name and namespace of the objects.

Now we show only group, version, kind, namespace and name.

Release note:

None

Previously the error message contained the whole object,
but the text was too long and it was truncated, so often
we could not read the name and namespace of the objects.

Now we show only group, version, kind, namespace and name.

Signed-off-by: Andrej Krejcir <[email protected]>
@kubevirt-bot kubevirt-bot added the release-note-none Denotes a PR that doesn't merit a release note. label Aug 9, 2024
@kubevirt-bot kubevirt-bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Aug 9, 2024
@akrejcir
Copy link
Collaborator Author

akrejcir commented Aug 9, 2024

/cc @0xFelix @codingben

Copy link

sonarcloud bot commented Aug 9, 2024

@jcanocan
Copy link
Contributor

jcanocan commented Aug 9, 2024

There's any chance to also print the status or something that will help to understand why it wasn't deleted?


// Collect resources to more readable names
objectTypesAndNames := make([]string, 0, len(list.Items))
for _, item := range list.Items {
Copy link
Member

Choose a reason for hiding this comment

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

Can you move it to a new function that will return readable names?

objectTypesAndNames := getObjectTypesAndNames(list.Items)
Expect(objectTypesAndNames).To(BeEmpty(), "Some resources were not deleted.")

Copy link
Member

@0xFelix 0xFelix left a comment

Choose a reason for hiding this comment

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

/approve

IMO it is okay to inline or to extract it as function, I'm fine with both.

@kubevirt-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 0xFelix

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot kubevirt-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. release-note-none Denotes a PR that doesn't merit a release note. size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants