report: add --report-exclude-network option#51645
report: add --report-exclude-network option#51645nodejs-github-bot merged 1 commit intonodejs:mainfrom
--report-exclude-network option#51645Conversation
8b03a57 to
0f094cb
Compare
|
I'm not used to the tests not being in either |
8341898 to
1f12672
Compare
--report-disable-network option--report-network-disabled option
43125e2 to
2d5fb4e
Compare
Adds a new option `process.report.networkDisabled` and cli option `--report-network-disabled` which will disable any netowkring operations for the `report` generation. Fixes: nodejs#46060 PR-URL: nodejs#51645
2d5fb4e to
25be48a
Compare
Adds a new option `process.report.networkDisabled` and cli option `--report-network-disabled` which will disable any netowkring operations for the `report` generation. Fixes: nodejs#46060 PR-URL: nodejs#51645
0ca3be5 to
e485abb
Compare
|
The
notable-change
Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section. |
|
@anonrig I'm getting a segmentation fault now (after I made the change Joyee recommended). Trying to debug but this is hard |
Commit Queue failed- Loading data for nodejs/node/pull/51645 ✔ Done loading data for nodejs/node/pull/51645 ----------------------------------- PR info ------------------------------------ Title report: add `--report-exclude-network` option (#51645) Author Ethan Arrowood (@Ethan-Arrowood) Branch Ethan-Arrowood:fix/process-getreport -> nodejs:main Labels c++, semver-minor, lib / src, notable-change, needs-ci, report Commits 1 - report: add `--report-exclude-network` option Committers 1 - Ethan Arrowood PR-URL: https://github.com/nodejs/node/pull/51645 Fixes: https://github.com/nodejs/node/issues/46060 Reviewed-By: Yagiz Nizipli Reviewed-By: Joyee Cheung ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/51645 Fixes: https://github.com/nodejs/node/issues/46060 Reviewed-By: Yagiz Nizipli Reviewed-By: Joyee Cheung -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - report: add `--report-exclude-network` option ℹ This PR was created on Fri, 02 Feb 2024 03:17:12 GMT ✔ Approvals: 2 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/51645#pullrequestreview-1864004600 ✔ - Joyee Cheung (@joyeecheung) (TSC): https://github.com/nodejs/node/pull/51645#pullrequestreview-1881176781 ✘ Last GitHub CI failed ℹ Last Full PR CI on 2024-02-15T15:18:08Z: https://ci.nodejs.org/job/node-test-pull-request/57100/ - Querying data for job/node-test-pull-request/57100/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/7923747889 |
New option `--report-exclude-network`, also available as `report.excludeNetwork`, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to generate so this option can be used to optimize that. Fixes: nodejs#46060 PR-URL: nodejs#51645 Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
99d022c to
67ca735
Compare
|
If you like at all of the CI runs for this PR it has only failed flaky tests. There is nothing failing consistently, so I believe this is safe to land |
Commit Queue failed- Loading data for nodejs/node/pull/51645 ✔ Done loading data for nodejs/node/pull/51645 ----------------------------------- PR info ------------------------------------ Title report: add `--report-exclude-network` option (#51645) Author Ethan Arrowood (@Ethan-Arrowood) Branch Ethan-Arrowood:fix/process-getreport -> nodejs:main Labels c++, semver-minor, lib / src, notable-change, needs-ci, report Commits 1 - report: add `--report-exclude-network` option Committers 1 - Ethan Arrowood PR-URL: https://github.com/nodejs/node/pull/51645 Fixes: https://github.com/nodejs/node/issues/46060 Reviewed-By: Yagiz Nizipli Reviewed-By: Joyee Cheung ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/51645 Fixes: https://github.com/nodejs/node/issues/46060 Reviewed-By: Yagiz Nizipli Reviewed-By: Joyee Cheung -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - report: add `--report-exclude-network` option ℹ This PR was created on Fri, 02 Feb 2024 03:17:12 GMT ✔ Approvals: 2 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/51645#pullrequestreview-1864004600 ✔ - Joyee Cheung (@joyeecheung) (TSC): https://github.com/nodejs/node/pull/51645#pullrequestreview-1881176781 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-03-01T16:27:31Z: https://ci.nodejs.org/job/node-test-pull-request/57536/ - Querying data for job/node-test-pull-request/57536/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/8114994573 |
|
Commit-queue failed because I pushed a rebase after latest reviews. Can someone reapprove this please? @anonrig @joyeecheung |
|
Landed in 009665f |
New option
--report-exclude-network, also available asreport.excludeNetwork, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to generate so this option can be used to optimize that.Fixes: #46060