| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I'm not used to the tests not being in either sequential or parallel. I add some more tests that verify the header.networkInterfaces is missing when this option is set (either by CLI or configuration). I used new test syntax and what not so hopefully that still works in the test/report/ directory. |
Sorry, something went wrong.
|
The notable-change PRs with changes that should be highlighted in changelogs. label has been added by @anonrig. 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. |
Sorry, something went wrong.
|
@anonrig I'm getting a segmentation fault now (after I made the change Joyee recommended). Trying to debug but this is hard |
Sorry, something went wrong.
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 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
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>
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
Sorry, something went wrong.
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 |
Sorry, something went wrong.
|
Commit-queue failed because I pushed a rebase after latest reviews. Can someone reapprove this please? @anonrig @joyeecheung |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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: #46060