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

fix: test2json: detect test timeouts and other package-level errors #482

Closed
wants to merge 1 commit into from

Conversation

cpuguy83
Copy link
Member

This was ignoring all non-test events, unfortunately this means if there is a panic or a test timeout we may not detect the failure.

Fixes #476

This was ignoring all non-test events, unfortunately this means if there
is a panic or a test timeout we may not detect the failure.

Signed-off-by: Brian Goff <[email protected]>
@cpuguy83
Copy link
Member Author

Looking into what's taking the packages so long.
This timed after at 30 minutes, that is very much unexpected.

@cpuguy83
Copy link
Member Author

Superseded by #421

@cpuguy83 cpuguy83 closed this Dec 23, 2024
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.

[BUG] Integration tests possible not reporting failures
1 participant