-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
stream: enable autoDestroy by default #30623
Conversation
This will need CITGM |
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 |
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? |
I’m fine with landing this before that happens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
cc @nodejs/tsc this needs a review. |
@nodejs/tsc this has three LGs but it needs one more LG from the TSC. PTAL |
Seems like this has failing test cases. |
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? |
@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: |
@BridgeAR: Something is wrong here |
Ah, it does a merge against master. I'll rebase this and re-run tests. |
052da2a
to
c3fda6b
Compare
@BridgeAR: another CI please |
6327773
to
58424ee
Compare
rebased |
58424ee
to
616c56e
Compare
rebased to fix conflicts |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
PR-URL: #30623 Refs: #30621 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Landed in 4bec6d1 🎉 |
Enable
autoDestroy
by default.semver-major
Refs: #30621
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes