-
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
Revert "net: validate host name for server listen" #54554
Conversation
This reverts commit 52322aa.
Review requested:
|
CC @jazelly |
@jakecastelli are you looking into having this fast tracked? |
Fast-track has been requested by @jakecastelli. Please 👍 to approve. |
@jakecastelli your own 👍 doesn't count for the fast-track request. So another collaborator is needed to fast track. |
Thanks for the heads up 🙏 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54554 +/- ##
==========================================
+ Coverage 87.32% 87.35% +0.02%
==========================================
Files 649 649
Lines 182618 182618
Branches 35033 35045 +12
==========================================
+ Hits 159475 159519 +44
+ Misses 16407 16382 -25
+ Partials 6736 6717 -19
|
Can't we simply fix the test instead of reverting this? |
Use valid hostnames in `test/sequential/test-net-server-listen-ipv6-link-local.js`. Refs: nodejs#54554
See #54556 as well |
Removing
fast-track
|
Thanks guys for looking into this 🙏 it was nearly 1:30 A.M. when I found this issue and I wasn't sure if there is going to be more issues, the safest way comes to my mind was raising the issue, reverting (as I knew prior to this commit it was green), run CI, maybe land when I wake up 😄 but thanks @lpinca for looking into and fixing it and also everyone else who helped here!
Update: Yes, we found bigger issue with that commit, and we need to revert the commit. |
This comment was marked as outdated.
This comment was marked as outdated.
Looks like we started the rerun around the same time @lpinca, I will cancel mine (as mine appears to be late 😄) |
|
Commit Queue failed- Loading data for nodejs/node/pull/54554 ✔ Done loading data for nodejs/node/pull/54554 ----------------------------------- PR info ------------------------------------ Title Revert "net: validate host name for server listen" (#54554) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch jakecastelli:revert-52322aa -> nodejs:main Labels net, needs-ci, revert Commits 1 - Revert "net: validate host name for server listen" Committers 1 - jakecastelli <jake.yuesong@gmail.com> PR-URL: https://github.com/nodejs/node/pull/54554 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54554 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 25 Aug 2024 15:48:40 GMT ✔ Approvals: 5 ✔ - Claudio Wunder (@ovflowd): https://github.com/nodejs/node/pull/54554#pullrequestreview-2259334489 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/54554#pullrequestreview-2259336303 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/54554#pullrequestreview-2261077656 ✔ - Ulises Gascón (@UlisesGascon): https://github.com/nodejs/node/pull/54554#pullrequestreview-2259348797 ✔ - Benjamin Gruenbaum (@benjamingr) (TSC): https://github.com/nodejs/node/pull/54554#pullrequestreview-2261429112 ✘ Last GitHub CI failed ℹ Last Full PR CI on 2024-08-26T14:06:43Z: https://ci.nodejs.org/job/node-test-pull-request/61491/ - Querying data for job/node-test-pull-request/61491/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10581610536 |
This is not true 😞 landing manually now |
This reverts commit 52322aa. PR-URL: #54554 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Landed in 4f14eb1 |
Ok |
This reverts commit 52322aa. PR-URL: #54554 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This reverts commit 52322aa. PR-URL: #54554 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Use valid hostnames in `test/sequential/test-net-server-listen-ipv6-link-local.js`. Refs: nodejs#54554 PR-URL: nodejs#54556 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This reverts commit 52322aa. PR-URL: nodejs#54554 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This reverts commit 52322aa.
Both PRs #54264 and #54470 made changes to the
ipv6
related code base (net
) and the latter caused the Github CI to break (break the test that added in the earlier PR).We should revert the change and properly fix the test before #54470 can land again to unblock the CI.Update: Luigi has gone ahead and fixed the broken tests in #54556.
Update: More issues were identified, reopened again to revert it.