test: add inspect-brk option to cluster module by dave-k · Pull Request #12503 · nodejs/node

@dave-k

Ensure that cluster interoperates with the --inspect-brk option.
This does not test for —debug-brk.

Fixes: nodejs#11420

@nodejs-github-bot added the test

Issues and PRs related to the tests.

label

Apr 19, 2017

@hiroppy hiroppy added the cluster

Issues and PRs related to the cluster subsystem.

label

Apr 19, 2017

benjamingr

@dave-k

Have the cluster worker print something or crash.
Then, test that it doesn't happen
because the worker is at a breakpoint.

cjihrig

@dave-k

@dave-k

because this test uses common.PORT, moved from parallel to sequential.

addaleax pushed a commit that referenced this pull request

Apr 29, 2017
Ensure that cluster interoperates with the --inspect-brk option.
This does not test for --debug-brk.

Fixes: #11420
PR-URL: #12503
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Oct 16, 2017
Ensure that cluster interoperates with the --inspect-brk option.
This does not test for --debug-brk.

Fixes: #11420
PR-URL: #12503
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>

MylesBorins pushed a commit that referenced this pull request

Oct 25, 2017
Ensure that cluster interoperates with the --inspect-brk option.
This does not test for --debug-brk.

Fixes: #11420
PR-URL: #12503
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>