-
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
cli: add --heap-prof
flag available to NODE_OPTIONS
#54259
Conversation
fd7b5a3
to
994c76a
Compare
title should be |
994c76a
to
ca3dbaa
Compare
--heap-proof
flag available to NODE_OPTIONS
--heap-prof
flag available to NODE_OPTIONS
ca3dbaa
to
2ab666c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54259 +/- ##
=======================================
Coverage 88.41% 88.41%
=======================================
Files 652 652
Lines 186864 186878 +14
Branches 36064 36065 +1
=======================================
+ Hits 165217 165234 +17
- Misses 14888 14891 +3
+ Partials 6759 6753 -6
|
2ab666c
to
0a6c1de
Compare
Not sure why https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_withoutssl_x64/45126/ failed and the rest of the platform passed the tests affected by this patch. Will retry rn (it may be a cache at compile time issue) |
The failure is persistent, not sure what is wrong with this. Any clues? |
I'll fix this one, sorry on the dealy |
0a6c1de
to
0a28ac5
Compare
Fixes: nodejs#54257 Signed-off-by: Juan José Arboleda <[email protected]>
0a28ac5
to
86cd89b
Compare
Commit Queue failed- Loading data for nodejs/node/pull/54259 ✔ Done loading data for nodejs/node/pull/54259 ----------------------------------- PR info ------------------------------------ Title cli: add `--heap-prof` flag available to `NODE_OPTIONS` (#54259) Author Juan José <[email protected]> (@juanarbol) Branch juanarbol:juan/heap-proof -> nodejs:main Labels cli, author ready, needs-ci Commits 1 - cli: add `--heap-prof` flag available to `NODE_OPTIONS` Committers 1 - Juan José Arboleda <[email protected]> PR-URL: https://github.com/nodejs/node/pull/54259 Fixes: https://github.com/nodejs/node/issues/54257 Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/54259 Fixes: https://github.com/nodejs/node/issues/54257 Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - cli: add `--heap-prof` flag available to `NODE_OPTIONS` ℹ This PR was created on Wed, 07 Aug 2024 23:37:44 GMT ✔ Approvals: 3 ✔ - Zeyu "Alex" Yang (@himself65): https://github.com/nodejs/node/pull/54259#pullrequestreview-2226360285 ✔ - Franziska Hinkelmann (@fhinkel): https://github.com/nodejs/node/pull/54259#pullrequestreview-2228987134 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/54259#pullrequestreview-2231718770 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-10-15T00:34:10Z: https://ci.nodejs.org/job/node-test-pull-request/63106/ - Querying data for job/node-test-pull-request/63106/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/11340145799 |
It’s being a while w/out landing something. Can anyone review this? |
Ping to @anonrig @himself65 |
Landed in 78b72ca |
Fixes: #54257 Signed-off-by: Juan José Arboleda <[email protected]> PR-URL: #54259 Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Fixes: nodejs#54257 Signed-off-by: Juan José Arboleda <[email protected]> PR-URL: nodejs#54259 Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Fixes: #54257