Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
test: minor refactoring#19130
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: minor refactoring #19130
Uh oh!
There was an error while loading. Please reload this page.
Conversation
change to arrow functions
gibfahn commented Mar 5, 2018 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Looks good, but needs a manual test as CI doesn't test |
gibfahn commented Mar 5, 2018
ken23421 commented Mar 5, 2018 • edited by tniessen
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by tniessen
Uh oh!
There was an error while loading. Please reload this page.
@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]: DoneDo you have other suggestion of the manual test? Thank you. |
gibfahn commented Mar 5, 2018
Nope that's perfect, just wanted to make sure someone had tried it. Thanks! |
ken23421 commented Mar 8, 2018
Thanks @gibfahn |
gibfahn commented Mar 9, 2018
Landing... |
gibfahn commented Mar 9, 2018
Landed in 06e09b6 |
Use arrow functions. PR-URL: #19130 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
gibfahn commented Mar 9, 2018
@ken23421 Thanks for the PR, and congratulations on becoming a Node.js Contributor 🎉 ! |
ken23421 commented Mar 10, 2018
@gibfahn Thanks a lot for your help :) |
Use arrow functions. PR-URL: #19130 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Use arrow functions. PR-URL: #19130 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Use arrow functions. PR-URL: nodejs#19130 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Use arrow functions. PR-URL: nodejs#19130 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Use arrow functions. Backport-PR-URL: #22380 PR-URL: #19130 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
change to arrow functions
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test