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: Worker initialization failure test case #31929

Closed

Commits on Feb 24, 2020

  1. test: Worker initialization failure test case

    Cover the scenario fixed through
    nodejs#31621
    Unfortunately there is no easy way to test this, in a
    cross-platform manner. So the approach is:
     - open a child process with ulimit restriction on file descriptors
     - in the child process, start few workers - more than the fd limit
     - make sure some workers fail, with the expected error type.
     - skip the test in windows, as there is no ulimit there.
    HarshithaKP committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f69276b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    500e991 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    313d520 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    44042ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a7f905 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    6a6efb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d356e7e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    520a906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c804df View commit details
    Browse the repository at this point in the history