FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: minor refactoring by ken23421 · Pull Request #19130 · nodejs/node · GitHub

/ node Public

test: minor refactoring - #19130

Closed
ken23421 wants to merge 1 commit into
nodejs:masterfrom
ken23421:my-first
Closed

test: minor refactoring#19130
ken23421 wants to merge 1 commit into
nodejs:masterfrom
ken23421:my-first

Conversation

ken23421 commented Mar 4, 2018

Copy link
Copy Markdown
Contributor

change to arrow functions

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

test

change to arrow functions
nodejs-github-bot added the test Issues and PRs related to the tests. label Mar 4, 2018

gibfahn commented Mar 5, 2018
edited
Loading

Copy link
Copy Markdown
Member

Looks good, but needs a manual test as CI doesn't test internet tests.

gibfahn commented Mar 5, 2018

Copy link
Copy Markdown
Member

ken23421 commented Mar 5, 2018
edited by tniessen
Loading

Copy link
Copy Markdown
Contributor Author

@gibfahn Thanks for your comment. I tested it with the following command, and the result looks ok.

$ python tools/test.py -J --mode=release test/internet/test-http-https-default-ports
[00:01|% 100|+   1|-   0]: Done

Do you have other suggestion of the manual test? Thank you.

gibfahn commented Mar 5, 2018

Copy link
Copy Markdown
Member

Do you have other suggestion of the manual test? Thank you.

Nope that's perfect, just wanted to make sure someone had tried it. Thanks!

BridgeAR added fast-track PRs that do not need to wait for 48 hours to land. author ready PRs that have at least one approval, no outstanding review comments, and a CI started. labels Mar 6, 2018

ken23421 commented Mar 8, 2018

Copy link
Copy Markdown
Contributor Author

Thanks @gibfahn
Wondering is there anything else TBD before landing?

gibfahn commented Mar 9, 2018

Copy link
Copy Markdown
Member

Landing...

gibfahn commented Mar 9, 2018

Copy link
Copy Markdown
Member

Landed in 06e09b6

gibfahn closed this Mar 9, 2018
gibfahn pushed a commit that referenced this pull request Mar 9, 2018
Use arrow functions.

PR-URL: #19130
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

gibfahn commented Mar 9, 2018

Copy link
Copy Markdown
Member

@ken23421 Thanks for the PR, and congratulations on becoming a Node.js Contributor 🎉 !

Copy link
Copy Markdown
Contributor Author

@gibfahn Thanks a lot for your help :)

targos pushed a commit that referenced this pull request Mar 17, 2018
Use arrow functions.

PR-URL: #19130
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos mentioned this pull request Mar 18, 2018
MylesBorins pushed a commit that referenced this pull request Mar 20, 2018
Use arrow functions.

PR-URL: #19130
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
Use arrow functions.

PR-URL: nodejs#19130
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
jasnell pushed a commit to jasnell/node that referenced this pull request Aug 17, 2018
Use arrow functions.

PR-URL: nodejs#19130
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Sep 6, 2018
Use arrow functions.

Backport-PR-URL: #22380
PR-URL: #19130
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jon Moss <me@jonathanmoss.me>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins mentioned this pull request Sep 6, 2018
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL