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: fix flaky child-process-fork-regr-gh-2847 #5422

Closed
wants to merge 1 commit into from

Commits on Feb 29, 2016

  1. test: fix flaky child-process-fork-regr-nodejsgh-2847

    The test is still failing sometimes because when trying to establish the
    second connection, the server is already closed. Bring back the code
    that handled this case and was removed in the last refactoring of the
    test. Also ignore the errors that might happen when sending the second
    handle to the worker because it may already have exited.
    santigimeno committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    1e36bc0 View commit details
    Browse the repository at this point in the history