Uh oh!
There was an error while loading. Please reload this page.
test: convert test-async-local-storage forEach to for..of loop - #65270
test: convert test-async-local-storage forEach to for..of loop#65270freida-code wants to merge 1 commit into
Conversation
freida-code
commented
Aug 13, 2026
@jasnell Tagging you for review! I look forward to future contributions! Thank you! |
This comment was marked as outdated.
This comment was marked as outdated.
jasnell
commented
Aug 14, 2026
Thank you for the contribution and for participating in the code-and-learn! This has passed CI and is ready to land. If we get a second sign off, then it can land after 48 hours have passed, otherwise it will take a bit longer. |
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #65270 +/- ##
==========================================
- Coverage 92.07% 90.11% -1.97%
==========================================
Files 399 752 +353 Lines 177007 251569 +74562 Branches 27381 47262 +19881 ==========================================
+ Hits 162978 226694 +63716 - Misses 13716 16232 +2516 - Partials 313 8643 +8330 π New features to boost your workflow:
|
avivkeller
commented
Aug 15, 2026
Hi @freida-code! Thank you so much for participating in the Code & Learn! We really really appreciate it. Node.js requires all contributors to sign their commit using a Signed-off-by trailer. Can you run If you need help, please let me know :-) |
nodejs-github-bot
commented
Aug 15, 2026
Commit Queue failed- Loading data for nodejs/node/pull/65270 β Done loading data for nodejs/node/pull/65270 ----------------------------------- PR info ------------------------------------ Title test: convert test-async-local-storage forEach to for..of loop (#65270) β Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch freida-code:convert-test-async-local-storage-bind-loop -> nodejs:main Labels test, code-and-learn, author ready, needs-ci Commits 1 - test: convert test-async-local-storage-bind to async loop Committers 1 - freida-code <150387862+freida-code@users.noreply.github.com> PR-URL: https://github.com/nodejs/node/pull/65270 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/65270 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> -------------------------------------------------------------------------------- βΉ This PR was created on Thu, 13 Aug 2026 20:00:18 GMT β Approvals: 3 β - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/65270#pullrequestreview-4931263195 β - Aviv Keller (@avivkeller): https://github.com/nodejs/node/pull/65270#pullrequestreview-4934056214 β - Ethan Arrowood (@Ethan-Arrowood): https://github.com/nodejs/node/pull/65270#pullrequestreview-4939405297 β 2 GitHub CI job(s) failed: β - lint-commit-message: FAILURE (https://github.com/nodejs/node/actions/runs/31738686837/job/95027894431) β - test-macOS: FAILURE (https://github.com/nodejs/node/actions/runs/31738686991/job/95027896252) βΉ Last Full PR CI on 2026-08-14T01:11:12Z: https://ci.nodejs.org/job/node-test-pull-request/75824/ - Querying data for job/node-test-pull-request/75824/ β Build data downloaded β Last Jenkins CI successful -------------------------------------------------------------------------------- β Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/31905918893 |
Signed-off-by: freida-code <150387862+freida-code@users.noreply.github.com>
3728bc3 to
402ea1aCompare
Thanks @avivkeller ! I added the signed off by trailer. |
Signed-off-by: freida-code <150387862+freida-code@users.noreply.github.com> PR-URL: #65270 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
avivkeller
commented
Aug 15, 2026
Landed in d099639 |
avivkeller
commented
Aug 15, 2026
Congrats @freida-code! |
Signed-off-by: freida-code <150387862+freida-code@users.noreply.github.com> PR-URL: #65270 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Signed-off-by: freida-code <150387862+freida-code@users.noreply.github.com> PR-URL: #65270 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Signed-off-by: freida-code <150387862+freida-code@users.noreply.github.com> PR-URL: #65270 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Update async-local-storage-bind test to use
for..offor loop instead of.forEach()to avoid allocating a callback per iteration and have a cleaner stack.Completed during the Node JS workshop at RenderATL