Skip to content

[v18.x backport] lib: add diagnostics channel and perf hooks detail - #44256

Closed
theanarkh wants to merge 1 commit into
nodejs:v18.x-stagingfrom
theanarkh:backport-43984-to-v18.x
Closed

[v18.x backport] lib: add diagnostics channel and perf hooks detail#44256
theanarkh wants to merge 1 commit into
nodejs:v18.x-stagingfrom
theanarkh:backport-43984-to-v18.x

Conversation

@theanarkh

@theanarkhtheanarkh commented Aug 16, 2022

Copy link
Copy Markdown
Contributor

PR-URL: #43984

cc @joyeecheung Can you help review the change of net.js ? Thanks !

Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
Reviewed-By: Minwoo Jung nodecorelab@gmail.com

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/net

@nodejs-github-botnodejs-github-bot added dgram Issues and PRs related to the dgram subsystem / UDP. dns Issues and PRs related to the dns subsystem. needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem. v18.x labels Aug 16, 2022
@theanarkh
theanarkhforce-pushed the backport-43984-to-v18.x branch from 2f96247 to 7de711eCompareAugust 16, 2022 18:50
@danielleadams

Copy link
Copy Markdown
Contributor

@theanarkh apologies, but I had to update v18.x-staging, so this will need a rebase.

@theanarkh
theanarkhforce-pushed the backport-43984-to-v18.x branch 3 times, most recently from 62e2bbd to 8cbe1a7CompareAugust 17, 2022 03:43
PR-URL: nodejs#43984
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
Reviewed-By: Minwoo Jung nodecorelab@gmail.com
@theanarkh
theanarkhforce-pushed the backport-43984-to-v18.x branch from 8cbe1a7 to cf057b4CompareAugust 17, 2022 03:57
@theanarkh

Copy link
Copy Markdown
ContributorAuthor

Done, please help review.

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

Comment threadtest/parallel/test-dns-perf_hooks.js

@joyeecheungjoyeecheung left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The current commit as a backport LGTM, though @danielleadams should we add another commit from #44144 together in this PR to prevent the tests from flaking?

@theanarkh

Copy link
Copy Markdown
ContributorAuthor

I plan to create another backport for #4414. The test of this PR is ok because we do not create the channel lazily in this PR. Or i merge #44144 into this PR.

@theanarkhtheanarkh added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 20, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 20, 2022
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

ruyadorno pushed a commit that referenced this pull request Aug 23, 2022
Co-Authored-By: theanarkh <theratliter@gmail.com>
PR-URL: #43984
Backport-PR-URL: #44256
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
Reviewed-By: Minwoo Jung nodecorelab@gmail.com
@ruyadorno

Copy link
Copy Markdown
Member

Landed in 1a44fbc

targos pushed a commit that referenced this pull request Sep 5, 2022
Co-Authored-By: theanarkh <theratliter@gmail.com>
PR-URL: #43984
Backport-PR-URL: #44256
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
Reviewed-By: Minwoo Jung nodecorelab@gmail.com
juanarbol pushed a commit that referenced this pull request Oct 11, 2022
Co-Authored-By: theanarkh <theratliter@gmail.com>
PR-URL: #43984
Backport-PR-URL: #44256
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
Reviewed-By: Minwoo Jung nodecorelab@gmail.com
guangwong pushed a commit to noslate-project/node that referenced this pull request Jan 3, 2023
Co-Authored-By: theanarkh <theratliter@gmail.com>
PR-URL: nodejs/node#43984
Backport-PR-URL: nodejs/node#44256
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
Reviewed-By: Minwoo Jung nodecorelab@gmail.com
guangwong pushed a commit to noslate-project/node that referenced this pull request Jan 3, 2023
Co-Authored-By: theanarkh <theratliter@gmail.com>
PR-URL: nodejs/node#43984
Backport-PR-URL: nodejs/node#44256
Reviewed-By: Matteo Collina matteo.collina@gmail.com
Reviewed-By: Mohammed Keyvanzadeh mohammadkeyvanzade94@gmail.com
Reviewed-By: Minwoo Jung nodecorelab@gmail.com
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dgramIssues and PRs related to the dgram subsystem / UDP.dnsIssues and PRs related to the dns subsystem.needs-ciPRs that need a full CI run.netIssues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@theanarkh@nodejs-github-bot@danielleadams@ruyadorno@mcollina@joyeecheung@ErickWendel