test: add GC test for disabled AsyncLocalStorage#31995
Closed
puzpuzpuz wants to merge 1 commit intonodejs:masterfrom
Closed
test: add GC test for disabled AsyncLocalStorage#31995puzpuzpuz wants to merge 1 commit intonodejs:masterfrom
puzpuzpuz wants to merge 1 commit intonodejs:masterfrom
Conversation
addaleax
approved these changes
Feb 28, 2020
Member
|
Fast-track? It adds a relatively straightforward new test. |
gireeshpunathil
approved these changes
Feb 28, 2020
Qard
approved these changes
Feb 28, 2020
Collaborator
vdeturckheim
approved these changes
Feb 28, 2020
Flarna
approved these changes
Feb 28, 2020
Member
Author
|
Looks like tests are flaky. As far as I can see, failed tests are not related with this PR. |
Collaborator
Member
Author
|
Another flaky CI run 😢. Could someone re-run it? |
Collaborator
Collaborator
8756024 to
e4f1c18
Compare
Member
Author
|
I have rebased over the latest |
Collaborator
Member
Author
|
Another flaky CI run here. |
jasnell
approved these changes
Mar 2, 2020
Collaborator
Member
Author
|
Looks like this one is ready to land. |
Member
|
Landing now |
mhdawson
pushed a commit
that referenced
this pull request
Mar 2, 2020
PR-URL: #31995 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Member
|
Landed as 96e70c4 |
MylesBorins
pushed a commit
that referenced
this pull request
Mar 4, 2020
PR-URL: #31995 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Merged
Member
|
Blocked on #26540. |
4 tasks
Member
Author
|
v12 backport: #32318 |
puzpuzpuz
added a commit
to puzpuzpuz/node
that referenced
this pull request
Apr 14, 2020
PR-URL: nodejs#31995 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos
pushed a commit
to targos/node
that referenced
this pull request
Apr 25, 2020
PR-URL: nodejs#31995 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
targos
pushed a commit
that referenced
this pull request
Apr 28, 2020
PR-URL: #31995 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.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.
Adds a GC test for
AsyncLocalStorageto verify behavior described in the docs.cc @vdeturckheim @Qard @Flarna
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes