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(cli): show asserts before leaks #22904

Merged
merged 4 commits into from Mar 14, 2024
Merged

Conversation

mmastrac
Copy link
Member

Fixes #22837

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

What do you think about creating an Aggregate error in such situation?

@mmastrac
Copy link
Member Author

What do you think about creating an Aggregate error in such situation?

I think that most leak information resulting from a test failure is actually not useful. Most of the time it'll just be stuff that failed to close because it was short-circuited.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@mmastrac mmastrac merged commit 1f3c4c9 into denoland:main Mar 14, 2024
17 checks passed
nathanwhit pushed a commit that referenced this pull request Mar 14, 2024
dsherret pushed a commit to dsherret/deno that referenced this pull request Mar 15, 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.

Different test failure reporting between 1.40 and 1.41
2 participants