Uh oh!
There was an error while loading. Please reload this page.
test: add GC test for disabled AsyncLocalStorage - #31995
Closed
puzpuzpuz wants to merge 1 commit into
Closed
Conversation
addaleax
approved these changes
Feb 28, 2020
addaleax
commented
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
nodejs-github-bot
commented
Feb 28, 2020
Collaborator
vdeturckheim
approved these changes
Feb 28, 2020
Flarna
approved these changes
Feb 28, 2020
puzpuzpuz
commented
Feb 28, 2020
MemberAuthor
Looks like tests are flaky. As far as I can see, failed tests are not related with this PR. |
nodejs-github-bot
commented
Mar 1, 2020
Collaborator
puzpuzpuz
commented
Mar 2, 2020
MemberAuthor
Another flaky CI run 😢. Could someone re-run it? |
nodejs-github-bot
commented
Mar 2, 2020
Collaborator
nodejs-github-bot
commented
Mar 2, 2020
Collaborator
puzpuzpuzforce-pushed
the
async-storage-gcable-test
branch
from
March 2, 2020 14:12
8756024 to
e4f1c18Comparepuzpuzpuz
commented
Mar 2, 2020
MemberAuthor
I have rebased over the latest |
nodejs-github-bot
commented
Mar 2, 2020
Collaborator
puzpuzpuz
commented
Mar 2, 2020
MemberAuthor
Another flaky CI run here. |
jasnell
approved these changes
Mar 2, 2020
nodejs-github-bot
commented
Mar 2, 2020
Collaborator
puzpuzpuz
commented
Mar 2, 2020
MemberAuthor
Looks like this one is ready to land. |
mhdawson
commented
Mar 2, 2020
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>
mhdawson
commented
Mar 2, 2020
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
codebytere
commented
Mar 16, 2020
Member
Blocked on #26540. |
4 tasks
puzpuzpuz
commented
Mar 17, 2020
MemberAuthor
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 freeto 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