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

lib: add diagnostics channel and perf hooks detail #43984

Merged
merged 1 commit into from Jul 29, 2022

Conversation

theanarkh
Copy link
Contributor

@theanarkh theanarkh commented Jul 25, 2022

  1. add diagnostics channel for net and udp.
  2. add perf hooks detail for dns.
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Jul 25, 2022

Review requested:

@nodejs-github-bot nodejs-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. labels Jul 25, 2022
doc/api/diagnostics_channel.md Outdated Show resolved Hide resolved
doc/api/diagnostics_channel.md Outdated Show resolved Hide resolved
doc/api/perf_hooks.md Outdated Show resolved Hide resolved
@theanarkh theanarkh force-pushed the add_diagnostics_channel branch from d03ef60 to 5b903c0 Compare Jul 25, 2022
doc/api/diagnostics_channel.md Outdated Show resolved Hide resolved
doc/api/diagnostics_channel.md Outdated Show resolved Hide resolved
doc/api/diagnostics_channel.md Outdated Show resolved Hide resolved
@theanarkh theanarkh force-pushed the add_diagnostics_channel branch 4 times, most recently from 262f4c8 to b5c79b1 Compare Jul 26, 2022
@nodejs nodejs deleted a comment from theanarkh Jul 26, 2022
@nodejs nodejs deleted a comment from theanarkh Jul 26, 2022
Copy link
Member

@mcollina mcollina left a comment

lgtm

@theanarkh theanarkh force-pushed the add_diagnostics_channel branch from b5c79b1 to 2f77e24 Compare Jul 26, 2022
@theanarkh theanarkh force-pushed the add_diagnostics_channel branch from 2f77e24 to d5f1c29 Compare Jul 27, 2022
@mcollina mcollina added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 27, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 27, 2022
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Jul 27, 2022

@mcollina
Copy link
Member

mcollina commented Jul 27, 2022

CI is failing

@theanarkh theanarkh force-pushed the add_diagnostics_channel branch from d5f1c29 to 74838e6 Compare Jul 27, 2022
@theanarkh
Copy link
Contributor Author

theanarkh commented Jul 27, 2022

Yes. DNS resolution fails. It seems like this issue. I have updated the test that just skip it if it fails. Is it ok ?

@theanarkh theanarkh force-pushed the add_diagnostics_channel branch from 74838e6 to b8ee52a Compare Jul 27, 2022
Copy link
Member

@mcollina mcollina left a comment

lgtm

@theanarkh theanarkh force-pushed the add_diagnostics_channel branch from b8ee52a to a832fdf Compare Jul 27, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 27, 2022
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Jul 27, 2022

@mcollina mcollina added the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 29, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jul 29, 2022
@nodejs-github-bot nodejs-github-bot merged commit 60898ee into nodejs:main Jul 29, 2022
50 checks passed
@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Jul 29, 2022

Landed in 60898ee

@danielleadams
Copy link
Member

danielleadams commented Aug 16, 2022

@theanarkh This broke the build for v18.x-staging - do you mind creating a backport PR?

@danielleadams danielleadams removed the backport-requested-v18.x PRs awaiting manual backport to the v18.x-staging branch. label Aug 16, 2022
@theanarkh
Copy link
Contributor Author

theanarkh commented Aug 16, 2022

The error can be fixed by this PR(#44144). I will try to create a backport to v18.x-staging.

@danielleadams danielleadams added the backport-requested-v18.x PRs awaiting manual backport to the v18.x-staging branch. label Aug 16, 2022
theanarkh added a commit to theanarkh/node that referenced this pull request Aug 16, 2022
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 theanarkh added backport-open-v18.x Indicate that the PR has an open backport. and removed backport-requested-v18.x PRs awaiting manual backport to the v18.x-staging branch. labels Aug 16, 2022
theanarkh pushed a commit to theanarkh/node that referenced this pull request Aug 17, 2022
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 pushed a commit to theanarkh/node that referenced this pull request Aug 17, 2022
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 pushed a commit to theanarkh/node that referenced this pull request Aug 17, 2022
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 pushed a commit to theanarkh/node that referenced this pull request Aug 17, 2022
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
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 ruyadorno added backported-to-v18.x PRs backported to the v18.x-staging branch. and removed backport-open-v18.x Indicate that the PR has an open backport. labels Aug 23, 2022
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
Fyko pushed a commit to Fyko/node that referenced this pull request Sep 15, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported-to-v18.x PRs backported to the v18.x-staging branch. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants