Uh oh!
There was an error while loading. Please reload this page.
Revert "net: validate host name for server listen" - #54554
Conversation
This reverts commit 52322aa.
nodejs-github-bot
commented
Aug 25, 2024
Review requested:
|
avivkeller
commented
Aug 25, 2024
CC @jazelly |
ovflowd
commented
Aug 25, 2024
@jakecastelli are you looking into having this fast tracked? |
Fast-track has been requested by @jakecastelli. Please 👍 to approve. |
ovflowd
commented
Aug 25, 2024
@jakecastelli your own 👍 doesn't count for the fast-track request. So another collaborator is needed to fast track. |
jakecastelli
commented
Aug 25, 2024
Thanks for the heads up 🙏 |
nodejs-github-bot
commented
Aug 25, 2024
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
avivkeller
commented
Aug 25, 2024
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. |
nodejs-github-bot
commented
Aug 26, 2024
nodejs-github-bot
commented
Aug 26, 2024
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 😄) |
jakecastelli
commented
Aug 26, 2024
|
nodejs-github-bot
commented
Aug 26, 2024
nodejs-github-bot
commented
Aug 27, 2024
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 |
jakecastelli
commented
Aug 28, 2024
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>
jakecastelli
commented
Aug 28, 2024
Landed in 4f14eb1 |
Gguyzaza
commented
Aug 28, 2024
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.
Both PRs #54264 and #54470 made changes to the
ipv6related 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.