-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
test: add test for _setSimultaneousAccepts() #24180
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: add test for _setSimultaneousAccepts() #24180
Conversation
@amel-true Could you undo the merge commit here? Our CI doesn’t play well with them, and we don’t allow merge commits in the |
@addaleax yep, i removed merge commit |
Add a test case that verifies that calling the `_setSimultaneousAccepts()` function twice does not trigger the deprecation warning twice.
[commit message was longer than 72 chars, fixed it while landing ] landed as 3235d31 thank you @amel-true for the contribution! Wish you great success with continued contribution to this project, if you are further interested please have a look at https://www.nodetodo.org/next-steps |
Add a test case that verifies that calling _setSimultaneousAccepts() function twice does not trigger the deprecation warning twice. PR-URL: #24180 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Add a test case that verifies that calling _setSimultaneousAccepts() function twice does not trigger the deprecation warning twice. PR-URL: nodejs#24180 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Add a test case that verifies that calling the
_setSimultaneousAccepts()
function twice does not trigger the deprecation warning twice.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes