-
Notifications
You must be signed in to change notification settings - Fork 150
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
lookup: add https-proxy-agent #752
Conversation
Codecov Report
@@ Coverage Diff @@
## master #752 +/- ##
==========================================
- Coverage 96.22% 96.17% -0.05%
==========================================
Files 27 30 +3
Lines 874 889 +15
==========================================
+ Hits 841 855 +14
- Misses 33 34 +1
Continue to review full report at Codecov.
|
@nodejs/citgm ping |
This fails on all supported versions of Node.js: |
Interesting. It seems that a build step ( These issues should be fixed before this can land. |
if there's a build script to run, you can specify it in a "scripts" property. Line 307 in a6c119b
|
Ok, thanks Michaël. Trying to figure how to fix the failing tests now (this is why I want this in CITGM, we broke this module again). |
8ed095d
to
89a71f3
Compare
It should now fail only on Node.js 14 (TooTallNate/proxy-agents#104). |
Is it possible to cut a release so the module is fixed on Node.js 14 and 15, and we can merge this? |
See TooTallNate/proxy-agents#104 (comment). If maintainers are not responsive I think it does not make sense to add this. |
Is the module entirely broken on Node.js 14+ without the patch from TooTallNate/proxy-agents#104 ? |
Not completely broken, only if the proxy replies with a non 200 status code. |
|
could you please rebase so we test the PR with the latest code? |
This package has ~6 million monthly downloads and we broke it in Node.js 10.0.0 Refs: nodejs/node#24474 (comment)
89a71f3
to
d3acc07
Compare
Codecov Report
@@ Coverage Diff @@
## main #752 +/- ##
=======================================
Coverage 96.45% 96.45%
=======================================
Files 28 28
Lines 2145 2145
=======================================
Hits 2069 2069
Misses 76 76 Continue to review full report at Codecov.
|
CI looks good to me. The only failure is due to Ubuntu 18.04 which cannot run node 18. |
This package has ~6 million weekly downloads and we broke it in
Node.js 10.0.0
Refs: nodejs/node#24474 (comment)
Checklist
npm test
passeshere