Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add inspect-brk option to cluster module #12503

Closed
wants to merge 4 commits into from

Commits on Apr 19, 2017

  1. test: add inspect-brk option to cluster module

    Ensure that cluster interoperates with the --inspect-brk option.
    This does not test for —debug-brk.
    
    Fixes: nodejs#11420
    dave-k committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    7260dd5 View commit details
    Browse the repository at this point in the history
  2. test: assert fail if breakpoint not reached

    Have the cluster worker print something or crash.
    Then, test that it doesn't happen
    because the worker is at a breakpoint.
    dave-k committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    61d06c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fbac50 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. test: move test from parallel to sequential

    because this test uses common.PORT, moved from parallel to sequential.
    dave-k committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    c8f4d11 View commit details
    Browse the repository at this point in the history