-
Notifications
You must be signed in to change notification settings - Fork 821
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
Update nock to v13 #2249
Update nock to v13 #2249
Conversation
what about replacing socketDelay in favour of delayConnection ? |
@obecny I only saw two occurrences of socketDelay, which I've replaced. If I am missing any, could you point them out? Nothing else shows up in the project search feature of my editor. |
Codecov Report
@@ Coverage Diff @@
## main #2249 +/- ##
==========================================
- Coverage 92.80% 92.34% -0.47%
==========================================
Files 145 128 -17
Lines 5226 4244 -982
Branches 1071 867 -204
==========================================
- Hits 4850 3919 -931
+ Misses 376 325 -51 |
hmm I somehow missed those changes, thought there were more :), thx |
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
This is mergeable but I don't have permission to update the branch |
@cole-easton Could you please rebase the branch so we can merge it ? (If possible allow us maintainers to edit your branch so we can it ourselves before merging it) |
I still cannot merge this without permission to update your branch |
@vmarchaud @dyladan Sorry for the delay. I just rebased -- you should be able to merge now. |
Rerunning tests to see if the browser test failure was a fluke. If not, you will need to fix the test. |
Have you looked into the browser test failures? |
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.
Hundreds of files changed and many things that seem to have already been done? Not sure what's going on but the tests are failing and there is something going on here other than just upgrading nock.
34c1978
to
74aa7e8
Compare
74aa7e8
to
431c756
Compare
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 if tests are green
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 after merge conflicts fix
@cole-easton can you fix the conflicts so this can be merged? |
@cole-easton bump |
Closed in favor of #2652 |
Which problem is this PR solving?
Update Nock to v13
Fixes #1303
Short description of the changes
Nock version was updated and the deprecated and unstable
http.ClientRequest.abort()
method was replaced withdestroy()
, to ensure the behavior of the tests was correct and stable.