-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: replace foreach with for in test-https-simple.js #49793
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please amend the commit message and force-push as described here. The prefix should be test:
, not core:
.
117094b
to
b484a3f
Compare
b484a3f
to
cc7938d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Shikha2410! And apologies about the delay.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Thank you for approving @tniessen. Anything I can do to help resolve the build failures in CI? |
I had triggered a re-run for the failed actions. |
This comment was marked as outdated.
This comment was marked as outdated.
Commit Queue failed- Loading data for nodejs/node/pull/49793 ✔ Done loading data for nodejs/node/pull/49793 ----------------------------------- PR info ------------------------------------ Title test: replace foreach with for in test-https-simple.js (#49793) Author Shikha Mehta (@Shikha2410, first-time contributor) Branch Shikha2410:replace-foreach -> nodejs:main Labels test, code-and-learn, author ready, needs-ci Commits 1 - test: replace foreach with for in test-https-simple.js Committers 1 - Shikha Mehta PR-URL: https://github.com/nodejs/node/pull/49793 Fixes: https://docs.google.com/spreadsheets/d/1kjaxxXX2zGgJUoqj-7U3EYf_0dvSuI-N6YPan4Hye_4/edit#gid=0&range=100:100 Reviewed-By: Tobias Nießen Reviewed-By: Jithil P Ponnan ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/49793 Fixes: https://docs.google.com/spreadsheets/d/1kjaxxXX2zGgJUoqj-7U3EYf_0dvSuI-N6YPan4Hye_4/edit#gid=0&range=100:100 Reviewed-By: Tobias Nießen Reviewed-By: Jithil P Ponnan -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 22 Sep 2023 22:40:08 GMT ✔ Approvals: 2 ✔ - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/49793#pullrequestreview-1739958150 ✔ - Jithil P Ponnan (@MrJithil): https://github.com/nodejs/node/pull/49793#pullrequestreview-1741332180 ℹ This PR is being fast-tracked because it is from a Code and Learn event ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-11-21T13:00:20Z: https://ci.nodejs.org/job/node-test-pull-request/55823/ - Querying data for job/node-test-pull-request/55823/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 49793 From https://github.com/nodejs/node * branch refs/pull/49793/merge -> FETCH_HEAD ✔ Fetched commits as 1858341377c2..cc7938d71ac5 -------------------------------------------------------------------------------- [main 95eeeaaf91] test: replace foreach with for in test-https-simple.js Author: Shikha Mehta Date: Fri Sep 22 15:22:18 2023 -0700 1 file changed, 2 insertions(+), 2 deletions(-) ✔ Patches applied -------------------------------------------------------------------------------- --------------------------------- New Message ---------------------------------- test: replace foreach with for in test-https-simple.jshttps://github.com/nodejs/node/actions/runs/6950894323 |
Landed in 4e713a3 |
Fixes: nodejs#50818 PR-URL: nodejs#49793 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Jithil P Ponnan <jithil@outlook.com>
Fixes: nodejs#50818 PR-URL: nodejs#49793 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Jithil P Ponnan <jithil@outlook.com>
Fixes: #50818