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
nodejs-github-bot
merged 1 commit into
nodejs:main
from
theanarkh:add_diagnostics_channel
Jul 29, 2022
Merged
lib: add diagnostics channel and perf hooks detail #43984
nodejs-github-bot
merged 1 commit into
nodejs:main
from
theanarkh:add_diagnostics_channel
Jul 29, 2022
+136
−17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Review requested: |
VoltrexMaster
reviewed
Jul 25, 2022
d03ef60
to
5b903c0
Compare
mscdex
reviewed
Jul 25, 2022
mscdex
reviewed
Jul 25, 2022
mscdex
reviewed
Jul 25, 2022
262f4c8
to
b5c79b1
Compare
b5c79b1
to
2f77e24
Compare
VoltrexMaster
approved these changes
Jul 26, 2022
2f77e24
to
d5f1c29
Compare
|
CI is failing |
d5f1c29
to
74838e6
Compare
|
Yes. DNS resolution fails. It seems like this issue. I have updated the test that just skip it if it fails. Is it ok ? |
74838e6
to
b8ee52a
Compare
b8ee52a
to
a832fdf
Compare
JungMinu
approved these changes
Jul 29, 2022
|
Landed in 60898ee |
This was referenced Aug 1, 2022
|
@theanarkh This broke the build for v18.x-staging - do you mind creating a backport PR? |
|
The error can be fixed by this PR(#44144). I will try to create a backport to v18.x-staging. |
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
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
netandudp.dns.make -j4 test(UNIX), orvcbuild test(Windows) passes