| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
One build failure on Raspberry Pi but otherwise CI is good. |
Sorry, something went wrong.
|
nice, lgtm |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
@Trott would the same fix work for test-tls-connect-address-family? Assuming it would, would you want to do a separate PR for it? |
Sorry, something went wrong.
|
@gibfahn Whoops, yes, I'll add that file too... |
Sorry, something went wrong.
|
Added a second commit to addres test-tls-connect-address-family the same way. PTAL. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Wouldn't it be better to do
addresses.some((val) => val.address === '::1')
Sorry, something went wrong.
There was a problem hiding this comment.
I thought I was going with the de facto standard in the project code as it exists, but it looks like you are correct. There are over 150 instances where the braces are already omitted and only around 20 cases where there are braces included even though they can be removed.
So, yeah, I'll remove these.
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
Skip test if localhost does not resolve to ::1. Fixes: nodejs#7288
Skip test if localhost does not resolve to ::1. Fixes: nodejs#7288
Sorry, something went wrong.
Skip tests if localhost does not resolve to ::1. Fixes: nodejs#7288 PR-URL: nodejs#7605 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Skip tests if localhost does not resolve to ::1. Fixes: #7288 PR-URL: #7605 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Conflicts: test/parallel/test-https-connect-address-family.js test/parallel/test-tls-connect-address-family.js
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
test https
Description of change
Skip test if localhost does not resolve to ::1.
Fixes: #7288