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

Clearer E2E stack traces #3382

Closed
wants to merge 33 commits into from
Closed

Conversation

mociarain
Copy link
Collaborator

@mociarain mociarain commented Feb 6, 2024

Which issue this PR addresses:

This is a small PR to improve the readability of E2E test output by using the GinkgoHelper(). I noticed this feature while doing https://issues.redhat.com/browse/ARO-5321. The details are here but the tl;dr is we get more informative/clearer stack traces if there is an error in the helpers.

What this PR does / why we need it:

To get access to the GinkgoHelper() I needed to bump Ginkgo to 2.8.0 (currently at 2.7.0) and while I was at it I went all the way to 2.14.0.

Note: 2.15.0 is out but requires Go 1.20.0.

Test plan for issue:

The current E2E tests.

Is there any documentation that needs to be updated for this PR?

No. I think having this in the existing helpers is enough documentation.

@mociarain mociarain closed this Feb 6, 2024
@mociarain
Copy link
Collaborator Author

Closed in favour of: mociarain#2 which I'll switch and open properly when:

@mociarain mociarain deleted the use-GinkgoHelper branch February 8, 2024 08:25
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