fix: improve event-loop promise state tracking#52108
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom May 6, 2024
Merged
fix: improve event-loop promise state tracking#52108nodejs-github-bot merged 1 commit intonodejs:mainfrom
nodejs-github-bot merged 1 commit intonodejs:mainfrom
Conversation
b4b0a4c to
d221af4
Compare
aduh95
reviewed
Mar 16, 2024
Member
|
I think we should remove |
Collaborator
anonrig
approved these changes
Mar 19, 2024
Collaborator
Contributor
Author
Contributor
|
Yes, the added test is flaky: |
Collaborator
This comment was marked as outdated.
This comment was marked as outdated.
13e0e13 to
014d1b5
Compare
Contributor
Author
|
It should be now less flaky. |
Collaborator
benjamingr
reviewed
Apr 12, 2024
benjamingr
reviewed
Apr 12, 2024
Collaborator
Contributor
Author
|
Are the test failures related to my patch? I have no osx-arm machine to check it. |
71b3502 to
691b724
Compare
Member
|
@Uzlopak they do not seem to be related |
BridgeAR
reviewed
Apr 24, 2024
691b724 to
a5dc9a3
Compare
Contributor
Author
|
@BridgeAR |
a5dc9a3 to
6fd930b
Compare
Collaborator
mertcanaltin
approved these changes
May 6, 2024
Collaborator
Contributor
Author
|
Whoa!!!! the CI is green. the CI is green! |
Collaborator
|
Landed in be8d64e |
Ch3nYuY
pushed a commit
to Ch3nYuY/node
that referenced
this pull request
May 8, 2024
PR-URL: nodejs#52108 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
targos
pushed a commit
that referenced
this pull request
May 8, 2024
PR-URL: #52108 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
marco-ippolito
pushed a commit
that referenced
this pull request
Jun 17, 2024
PR-URL: #52108 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Merged
sophoniie
pushed a commit
to sophoniie/node
that referenced
this pull request
Jun 20, 2024
PR-URL: nodejs#52108 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
bmeck
pushed a commit
to bmeck/node
that referenced
this pull request
Jun 22, 2024
PR-URL: nodejs#52108 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Suggestion cannot be applied right now. Please check back later.
Fixes #43655
Fixes #34851
Superseeds #34862
@nodejs/performance
Can you help me with the changes in my last commit? I adapted changes from #34862. This should improve the performance of rejected promises. Maybe you have some concerns regarding the the changes. I am not that convinced from the last commit.
Ty