-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: convert anonymous function to arrow function #39604
Conversation
ce8bdd2
to
7b4be06
Compare
Can anyone please guide me on why the test is failing so that I can fix it. Thank you all in advance. @gireeshpunathil @tniessen |
@himadriganguly The failure appears to be unrelated to your changes. I have restarted the failing tasks. Thank you for your contribution :) |
Thank you @tniessen. 👍 |
aix72-ppc64 appears to be having issues, cc @nodejs/build |
The IBM folks will need to take a look at that and probably won't get to it until Monday. However, there is at least one other AIX host, so I marked that one as offline. |
Landed in ac621ff...fcc3910 |
PR-URL: #39604 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
PR-URL: #39604 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
PR-URL: #39604 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
This commit converts the anonymous function to the arrow function in the file test/parallel/test-http-write-head-2.js.
Checklist