Uh oh!
There was an error while loading. Please reload this page.
test: fix test-net-happy-eyeballs without IPv6 support - #45856
Conversation
ShogunPanda
commented
Dec 14, 2022
@LiviaMedeiros This looks fine to me in general. What happens for other platforms? |
LiviaMedeiros
commented
Dec 14, 2022
I didn't test it but from my understanding of If there is any uncertainty, might be better to skip those assertions. |
nodejs-github-bot
commented
Dec 14, 2022
LiviaMedeiros
commented
Dec 14, 2022
Judging from CI results, I was wrong and the test can produce both Unless we really need to check the error, skipping that part. |
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Dec 23, 2022
a117b3f to
5a2e778CompareFailed to start CI- Validating Jenkins credentials ✖ Jenkins credentials invalidhttps://github.com/nodejs/node/actions/runs/4141827344 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
Feb 18, 2023
nodejs-github-bot
commented
Feb 18, 2023
Landed in 109545a |
PR-URL: #45856 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
PR-URL: #45856 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
danielleadams
commented
Apr 5, 2023
@LiviaMedeiros this broke tests when pulling into v18.x - do you mind opening a backport PR? |
LiviaMedeiros
commented
Apr 6, 2023
@danielleadams opened #47447 |
PR-URL: nodejs#45856 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
LiviaMedeiros
commented
Aug 17, 2023
With #49016, this can be landed on v18.x. |
PR-URL: #45856 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
The error observed on linux-6.1.0 with disabled
CONFIG_IPV6isEAFNOSUPPORT.cc @ShogunPanda in case of any of:
Confirmed, checking both errors.EADDRNOTAVAILis confirmed to be thrown on any other platform: in this case, it would make sense to simply leave the error unchecked.undefined:undefinedis not what should appear in error message: in this case, we probably need a fallback toDEFAULT_IPV4_ADDR/DEFAULT_IPV6_ADDRatnode/lib/net.js
Line 1040 in cf0a42c