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: test clusters --inspect-brk and --debug-brk #11471

Closed
wants to merge 8 commits into from

Commits on Feb 21, 2017

  1. test: test clusters --inspect-brk and --debug-brk

    This test ensures that flag --inspect-brk and --debug-brk works
    properly for clusters.
    liusi committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    63e78ed View commit details
    Browse the repository at this point in the history
  2. test: test clusters --inspect-brk and --debug-brk

    This test ensures that flag --inspect-brk and --debug-brk works
    properly for clusters.
    liusi committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    e2c86af View commit details
    Browse the repository at this point in the history
  3. remove unwanted comments

    liusi committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    c6c73d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. fix review comments:

    - wrap callbacks in `common.mustCall`.
    
    - check exit code of the cluster worker process instead of checking from main process.
    
    - other misc. corrections.
    liusi committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    e7b1975 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. fix based on review comments

    liusi committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    ab85649 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. fix linting error

    liusi committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    e1ccdcb View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. fix linting error

    liusi committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    c39b078 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. fix test failure on CI machines

    Remove the check of exit code equals null because on some machines the exit code can be 0
    liusi committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    9f9a725 View commit details
    Browse the repository at this point in the history