Skip to content

Conversation

Flarna
Copy link
Member

@Flarna Flarna commented Sep 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.

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-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 22, 2025
@Flarna Flarna added the diagnostics_channel Issues and PRs related to diagnostics channel label Sep 22, 2025
Copy link

codecov bot commented Sep 22, 2025

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.

@Flarna Flarna added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 22, 2025
@lpinca lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 22, 2025
@github-actions github-actions bot 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
Collaborator

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

@Flarna Flarna added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 23, 2025
@nodejs-github-bot nodejs-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:main Sep 24, 2025
77 checks passed
@nodejs-github-bot
Copy link
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants