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: mark flaky tests on smartos 2022-06-28 18:06:48 +01:00
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 src: add errorProperties on process.report 2020-06-26 10:06:22 -07:00
test-report-signal.js doc,lib,src,test: make --experimental-report a nop 2020-03-15 13:29:34 -04:00
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 report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception-override.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception-primitives.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception-symbols.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uncaught-exception.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
test-report-uv-handles.js report: add queue info for udp 2022-08-24 16:37:53 +00:00
test-report-worker.js doc,lib,src,test: make --experimental-report a nop 2020-03-15 13:29:34 -04:00
test-report-writereport.js test: use `tmpdir.resolve()` 2023-08-21 16:41:53 +00:00
testcfg.py