-
Notifications
You must be signed in to change notification settings - Fork 148
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 resolve
#775
lookup: add resolve
#775
Conversation
Running `resolve`'s tests will help avoid problems like nodejs/node#30963 from occurring silently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming tests pass. Also would be good to test on the various release lines and ensure we appropriately update the flaky / skip tags
Codecov Report
@@ Coverage Diff @@
## master #775 +/- ##
=======================================
Coverage 95.49% 95.49%
=======================================
Files 27 27
Lines 888 888
=======================================
Hits 848 848
Misses 40 40 Continue to review full report at Codecov.
|
CITGM-smoker-nobuild runs: Some Windows failures on Node.js 8/10. |
I’ve released v1.14 of resolve since the OP, so node v13.14 should pass now :-) |
Everything's green; is this good to land? |
As noted above there were some failures on Windows with Node.js 8 and 10. We can probably ignore 8 since that’s imminently End-of-Life. |
Where are those failures indicated? What i saw was intermittent timeouts on npm install, resolved on rerun, nothing related to this PR. |
Reran CITGM-smoker-nobuild for Node.js 10 (old CI links are too old so can't drill down into the failures): All green, I'll merge. |
Running
resolve
's tests will help avoid problems like nodejs/node#30963 from occurring silently.Checklist
npm test
passeshere
Hard Requirements
Soft Requirements
At least one of:
Tests currently fail on v13.4 due to nodejs/node#30963 not being included in it; the next release of resolve will fix that.