Skip to content

test: verify tracing channel doesn't swallow unhandledRejection - #59974

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Flarna:diagchannel-promise
Sep 24, 2025
Merged

test: verify tracing channel doesn't swallow unhandledRejection#59974
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
Flarna:diagchannel-promise

Conversation

@Flarna

Copy link
Copy Markdown
Member

Add a test to verify that TracingChannel.tracePromise doesn't swallow unhandledRejection events in case no then/catch handler is set by user.

Refs: #59944 (comment)

Add a test to verify that TracingChannel.tracePromise doesn't swallow
unhandledRejection events in case no then/catch handler is set by user.
@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 22, 2025
@FlarnaFlarna added the diagnostics_channel Issues and PRs related to diagnostics channel label Sep 22, 2025
@codecov

codecovBot commented Sep 22, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.43%. Comparing base (0ec1d18) to head (e204588).
⚠️ Report is 20 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #59974 +/- ##
=======================================
Coverage 88.42% 88.43% =======================================
Files 703 703 Lines 207413 207413 Branches 40007 40004 -3 =======================================
+ Hits 183398 183418 +20 + Misses 15992 15973 -19 + Partials 8023 8022 -1 

see 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@FlarnaFlarna added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 22, 2025
@lpincalpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 22, 2025
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 22, 2025
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

CI: https://ci.nodejs.org/job/node-test-pull-request/69334/

@FlarnaFlarna added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 23, 2025
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 24, 2025
@nodejs-github-bot
nodejs-github-bot merged commit 4dc19ec into nodejs:mainSep 24, 2025
77 checks passed
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 4dc19ec

@Flarna
Flarna deleted the diagchannel-promise branch September 24, 2025 18:38
targos pushed a commit that referenced this pull request Oct 6, 2025
Add a test to verify that TracingChannel.tracePromise doesn't swallow
unhandledRejection events in case no then/catch handler is set by user.
PR-URL: #59974
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
aduh95 pushed a commit that referenced this pull request Oct 22, 2025
Add a test to verify that TracingChannel.tracePromise doesn't swallow
unhandledRejection events in case no then/catch handler is set by user.
PR-URL: #59974
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.diagnostics_channelIssues and PRs related to diagnostics channelneeds-ciPRs that need a full CI run.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Flarna@nodejs-github-bot@lpinca@RaisinTen