-
Notifications
You must be signed in to change notification settings - Fork 807
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 and use "delayConnection" instead of socketDelay #1303
Comments
Please, assign this issue to me. I will submit the pull request before the end of the next week. |
Hi, is this still up for grabs? And if so, could I pick this up? |
@eunice98k yes it is still valid, I'm assigning this to you, thank you |
I am sorry. I have been quite busy these months. Let me update the issue today before the end of the day (UTC) to clarify why it is blocked. |
Sounds good! Thank you. |
My progress is available in this (very outdated) pull request: #1504. As its description says, the major release changed the expected behavior and some tests can no longer be reproduced. To simulate several specific scenarios, I had to replace some setup blocks that were using I do not remember the cases properly, but they were related to the I remember it as a tricky |
This is super helpful. Thank you! |
Can I pick this up? |
@cole-easton Do you know if @eunice98k is still working on this ? If not i don't see any issue |
Fixed by #2652 |
Nock in version 13 removed socketDelay in favour of delayConnection. So to upgrade to v13 we have to change some unit tests.
More details here:
#1298
The text was updated successfully, but these errors were encountered: