node/test/report
Ethan Arrowood 009665fb56
report: add --report-exclude-network option
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: https://github.com/nodejs/node/issues/46060

PR-URL: https://github.com/nodejs/node/pull/51645

Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2024-03-01 21:50:04 +00:00
..
report.status
test-report-config.js report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
test-report-exclude-network.js report: add --report-exclude-network option 2024-03-01 21:50:04 +00:00
test-report-fatalerror-oomerror-compact.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-directory.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-filename.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-not-set.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-fatalerror-oomerror-set.js report: fix missing section javascriptHeap on OOMError 2022-09-02 14:01:39 +08:00
test-report-getreport.js
test-report-signal.js
test-report-uncaught-exception-compat.js test: add lint rule to enforce trailing commas 2022-11-17 13:02:11 +00:00
test-report-uncaught-exception-handled.js
test-report-uncaught-exception-override.js
test-report-uncaught-exception-primitives.js
test-report-uncaught-exception-symbols.js
test-report-uncaught-exception.js
test-report-uv-handles.js report: add queue info for udp 2022-08-24 16:37:53 +00:00
test-report-worker.js
test-report-writereport.js test: use tmpdir.resolve() 2023-08-21 16:41:53 +00:00
testcfg.py