Uh oh!
There was an error while loading. Please reload this page.
stream: enable autoDestroy by default - #30623
Conversation
ronag
commented
Nov 24, 2019
This will need CITGM |
mcollina
commented
Nov 24, 2019
Can you open up a tracking issues with all the node core implementations that would need to be updated to autoDestroy: true? |
I think you mean |
mcollina
commented
Nov 24, 2019
I think we should migrate all of those you have set to false in this PR to true before node v14 is cut. |
Though realistically I don't think we will be able to do this for Just to clarify. Are you proposing we do not merge this PR until we've migrated? |
mcollina
commented
Nov 24, 2019
I’m fine with landing this before that happens. |
ronag
commented
Dec 1, 2019
mcollina
commented
Dec 1, 2019
cc @nodejs/tsc this needs a review. |
nodejs-github-bot
commented
Dec 25, 2019
BridgeAR
commented
Dec 25, 2019
@nodejs/tsc this has three LGs but it needs one more LG from the TSC. PTAL |
BridgeAR
commented
Dec 25, 2019
Seems like this has failing test cases. |
ronag
commented
Dec 25, 2019
Not sure how to resolve those. I'm running on OSX and I can't reproduce the OSX failures. Are we sure the CI is correct? |
BridgeAR
commented
Dec 25, 2019
@ronag these two tests fail (even on OSX):
You can click on the failed results here and you should get an overview of Jenkins with the specific Job that was run. E.g., https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1011/30941/. You can click on the specific part of the job and see e.g., the failure output: |
ronag
commented
Dec 25, 2019
@BridgeAR: Something is wrong here |
ronag
commented
Dec 25, 2019
Ah, it does a merge against master. I'll rebase this and re-run tests. |
052da2a to
c3fda6bCompareronag
commented
Dec 25, 2019
@BridgeAR: another CI please |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Dec 25, 2019
6327773 to
58424eeCompareronag
commented
Dec 26, 2019
rebased |
nodejs-github-bot
commented
Dec 31, 2019
58424ee to
616c56eCompareronag
commented
Jan 1, 2020
rebased to fix conflicts |
nodejs-github-bot
commented
Jan 1, 2020
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
BridgeAR
commented
Jan 3, 2020
Landed in 4bec6d1 🎉 |
Enable
autoDestroyby default.semver-major
Refs: #30621
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes