★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/24180Nouvelle recherche | Portail wanayoo
Skip to content
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

Closed
wants to merge 1 commit into from
Closed

test: add test for _setSimultaneousAccepts() #24180

wants to merge 1 commit into from

Conversation

Copy link
Contributor

@amel-true amel-true commented Nov 6, 2018

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

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@addaleax addaleax added net test labels Nov 6, 2018
@BridgeAR BridgeAR added the code-and-learn label Nov 6, 2018
@addaleax
Copy link
Member

@addaleax addaleax commented Nov 10, 2018

@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).

@amel-true
Copy link
Contributor Author

@amel-true amel-true commented Nov 10, 2018

@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.
@oyyd
Copy link
Member

@oyyd oyyd commented Nov 12, 2018

@gireeshpunathil
Copy link
Member

@gireeshpunathil gireeshpunathil commented Nov 13, 2018

[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 issue Nov 13, 2018
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>
@targos targos added this to Don't land (ever) in v11.x Nov 14, 2018
kiyomizumia pushed a commit to kiyomizumia/node that referenced this issue Nov 15, 2018
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-and-learn net test
Projects
No open projects
v11.x
  
Don't land (ever)
Development

Successfully merging this pull request may close these issues.

None yet

6 participants