-
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 test for _setSimultaneousAccepts() #24180
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 <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
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 <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
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