test: add test for _setSimultaneousAccepts() by melikhov-dev · Pull Request #24180 · nodejs/node (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation4 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

melikhov-dev

Add a test case that verifies that calling the _setSimultaneousAccepts()
function twice does not trigger the deprecation warning twice.

Checklist

BridgeAR

@addaleax addaleax added net

Issues and PRs related to the net subsystem.

test

Issues and PRs related to the tests.

labels

Nov 6, 2018

addaleax

@BridgeAR BridgeAR added the code-and-learn

Issues related to the Code-and-Learn events and PRs submitted during the events.

label

Nov 6, 2018

@addaleax

@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 master branch. If there were conflicts, using git rebase is the better choice (for this project, at least).

jasnell

@melikhov-dev

@melikhov-dev

Add a test case that verifies that calling the _setSimultaneousAccepts() function twice does not trigger the deprecation warning twice.

@oyyd

@gireeshpunathil

[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

gireeshpunathil pushed a commit that referenced this pull request

Nov 13, 2018

@melikhov-dev @gireeshpunathil

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

kiyomizumia pushed a commit to kiyomizumia/node that referenced this pull request

Nov 15, 2018

@melikhov-dev @kiyomizumia

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

This was referenced

Apr 23, 2019

Labels

code-and-learn

Issues related to the Code-and-Learn events and PRs submitted during the events.

net

Issues and PRs related to the net subsystem.

test

Issues and PRs related to the tests.