net: enable autoSelectFamily by default#46790
Conversation
|
Review requested:
|
ffa07c3 to
07f04b2
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
@nodejs/tsc I need another TSC approval for this to land. Can you please help me? |
Commit Queue failed- Loading data for nodejs/node/pull/46790 ✔ Done loading data for nodejs/node/pull/46790 ----------------------------------- PR info ------------------------------------ Title net: enable autoSelectFamily by default (#46790) Author Paolo Insogna (@ShogunPanda) Branch ShogunPanda:autoselectfamily-default-on-effective -> nodejs:main Labels c++, net, semver-major, needs-ci, commit-queue-squash Commits 3 - net: enable autoSelectFamily by default - net: linted code - doc: apply suggestions from PR review Committers 2 - Paolo Insogna - GitHub PR-URL: https://github.com/nodejs/node/pull/46790 Reviewed-By: Matteo Collina Reviewed-By: Robert Nagy Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46790 Reviewed-By: Matteo Collina Reviewed-By: Robert Nagy Reviewed-By: James M Snell -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last review: ⚠ - doc: apply suggestions from PR review ℹ This PR was created on Thu, 23 Feb 2023 09:58:50 GMT ✔ Approvals: 3 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/46790#pullrequestreview-1311021655 ✔ - Robert Nagy (@ronag) (TSC): https://github.com/nodejs/node/pull/46790#pullrequestreview-1315324532 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/46790#pullrequestreview-1320904552 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-02-27T08:46:33Z: https://ci.nodejs.org/job/node-test-pull-request/50051/ ⚠ Commits were pushed after the last Full PR CI run: ⚠ - doc: apply suggestions from PR review - Querying data for job/node-test-pull-request/50051/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4326246111 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
My inclination would be to split the tests up into multiple files and/or move them to |
|
Sorry, I misexplained. |
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: nodejs#46790 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
e76851c to
8b51c1a
Compare
|
Landed in 8b51c1a |
|
Thanks for all the hard work and patience on this! |
|
Oh, gosh, it looks like maybe we didn't run CITGM.... 😬 |
|
My pleasure.❤️ |
Lol. |
Not a big deal--we should definitely do it before landing, but we'll just do it now and if things blow up there, we'll know we have to be cautious about releasing it.... |
|
Sounds good. I'll try to promptly address any problem. |
|
CITGM on the current main branch, now that this PR just landed: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3144/ For comparison, here's the most recent CITGM that wasn't for 16.x: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3141/ which was for #47182 |
|
Could definitely use a look from some more versed-in-CITGM folks (@nodejs/citgm, @nodejs/releasers) but I don't think there are any significant new problems with the CITGM results. The only one I noticed that seemed like maybe it's something to investigate is |

This PR enables the family auto selection algorithm by default.
It also renames the
--enable-network-family-autoselectionin favor of--no-network-family-autoselection(the old one is still available as an alias).