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

Mark additional helpers in rivertest as such #151

Merged
merged 3 commits into from
Jan 18, 2024

Conversation

CGA1123
Copy link
Contributor

@CGA1123 CGA1123 commented Jan 16, 2024

rivertest is reporting itself as the site of a failure.

Looks like Helper() doesn't traverse down the callstack, so each intermediate
helper needs to be marked as such in order to push the report up to the actual
calling (user) test.

`rivertest` is reporting itself as the site of a failure. Looks like
`Helper()` doesn't traverse up the callstack, so each intermediate
helper needs to be marked as such in order to push the report up to the
actual calling (user) test!
Copy link
Contributor

@bgentry bgentry left a comment

Choose a reason for hiding this comment

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

Thank you @CGA1123 ! This turns out to be quite an annoying behavior of the testing package 😑

@bgentry
Copy link
Contributor

bgentry commented Jan 18, 2024

Ah, I was going to merge this but want to make sure we get a changelog entry for it as part of that. Will do shortly.

@bgentry bgentry merged commit 0476d14 into riverqueue:master Jan 18, 2024
7 checks passed
@CGA1123
Copy link
Contributor Author

CGA1123 commented Jan 18, 2024

Thanks @bgentry! 🙇

@CGA1123 CGA1123 deleted the cga1123/test-helpers branch January 18, 2024 10:33
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