Skip to content

http2: add diagnostics channel 'http2.client.stream.created' - #58246

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
RaisinTen:http2-add-diagnostics-channel-http2.client.stream.created
May 11, 2025
Merged

http2: add diagnostics channel 'http2.client.stream.created'#58246
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
RaisinTen:http2-add-diagnostics-channel-http2.client.stream.created

Conversation

@RaisinTen

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Darshan Sen <raisinten@gmail.com>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/http2
  • @nodejs/net

@nodejs-github-botnodejs-github-bot added http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run. labels May 9, 2025
@nodejs-github-bot

This comment was marked as outdated.

@RaisinTen
RaisinTen requested a review from QardMay 9, 2025 07:07
@codecov

codecovBot commented May 9, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.18%. Comparing base (535c2f7) to head (c2e1664).
Report is 63 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #58246 +/- ##
==========================================
+ Coverage 90.12% 90.18% +0.06% 
==========================================
Files 629 629 Lines 186638 186657 +19 Branches 36618 36657 +39 ==========================================
+ Hits 168202 168336 +134 + Misses 11222 11125 -97 + Partials 7214 7196 -18 
Files with missing linesCoverage Δ
lib/internal/http2/core.js95.44% <100.00%> (+0.02%)⬆️

... and 37 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.

Qard
Qard approved these changes May 9, 2025

@ShogunPandaShogunPanda left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

@nodejs-github-bot

This comment was marked as outdated.

@RaisinTenRaisinTen added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 9, 2025
Signed-off-by: Darshan Sen <raisinten@gmail.com>
@RaisinTen

Copy link
Copy Markdown
MemberAuthor

I pushed a tiny commit to assert that the stream is indeed a ClientHttp2Stream instance by checking the constructor name. Can you review it?

@RaisinTenRaisinTen added commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. and removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 10, 2025
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RaisinTenRaisinTen added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels May 11, 2025
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 11, 2025
@nodejs-github-bot
nodejs-github-bot merged commit 5f841fb into nodejs:mainMay 11, 2025
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 5f841fb

@RaisinTen
RaisinTen deleted the http2-add-diagnostics-channel-http2.client.stream.created branch May 11, 2025 11:16
@RaisinTenRaisinTen added the diagnostics_channel Issues and PRs related to diagnostics channel label May 15, 2025
targos pushed a commit that referenced this pull request May 16, 2025
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #58246
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
aduh95 pushed a commit that referenced this pull request Jun 10, 2025
Signed-off-by: Darshan Sen <raisinten@gmail.com>
PR-URL: #58246
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Santiago Gimeno <santiago.gimeno@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.commit-queue-squashAdd this label to instruct the Commit Queue to squash all the PR commits into the first one.diagnostics_channelIssues and PRs related to diagnostics channelhttp2Issues or PRs related to the http2 subsystem.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@RaisinTen@nodejs-github-bot@ShogunPanda@Qard@santigimeno