-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: add tests for OutgoingMessage setTimeout #24148
test: add tests for OutgoingMessage setTimeout #24148
Conversation
These tests ensure that OutgoingMessage setTimeout method will call setTimeout on its socket Co-authored-by: ZauberNerd <zaubernerd@zaubernerd.de>
I think the CI failed due to reasons unrelated to our changes. I'd rebase against current master and see if CI gets green, however I think this would invalidate all existing reviews. Any hints what to do? :) |
We can re-run the failing node-test-commit-smartos/ saving us from having to re-run the ones that succeeded. |
@danbev I'm afraid I'm not allowed to do it. Can you? |
Yep, sorry about not being clear on this. I restarted the build and you should be able to see the result here: |
Landed in 730ec83. Thanks for the contribution! 🎉 (If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.) |
These tests ensure that OutgoingMessage setTimeout method will call setTimeout on its socket Co-authored-by: ZauberNerd <zaubernerd@zaubernerd.de> PR-URL: nodejs#24148 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Thanks for merging! :) The altered commit seems to have removed @ZauberNerd as co-author (although it's still in the commit message). Do you know if there's any way to get him his github attribution back? |
I'm guessing that merging the Co-Author: trailer with our metadata will mess up our tooling, so I think it may not be simple to get the attribution back, I'm sorry to say... But I welcome correction from anyone more knowledgable than me on this stuff. |
These tests ensure that OutgoingMessage setTimeout method will call setTimeout on its socket Co-authored-by: ZauberNerd <zaubernerd@zaubernerd.de> PR-URL: #24148 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
These tests ensure that OutgoingMessage setTimeout method will call setTimeout on its socket Co-authored-by: ZauberNerd <zaubernerd@zaubernerd.de> PR-URL: nodejs#24148 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
These tests ensure that OutgoingMessage setTimeout method will call setTimeout on its socket Co-authored-by: ZauberNerd <zaubernerd@zaubernerd.de> PR-URL: #24148 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
These tests ensure that OutgoingMessage setTimeout method will call setTimeout on its socket Co-authored-by: ZauberNerd <zaubernerd@zaubernerd.de> PR-URL: #24148 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
These tests ensure that OutgoingMessage setTimeout method
will call setTimeout on its socket
Co-authored-by: ZauberNerd zaubernerd@zaubernerd.de
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes