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 cluster-disconnect-race #4457

Commits on Dec 29, 2015

  1. test: fix flaky cluster-disconnect-race

    On single core Windows systems, process.send() would cause an
    EPIPE because of the ordering of the IPC channel disconnect and
    the process.send().
    
    The test was originally only relevant for non-Windows platforms,
    so this commit merely skips the test on Windows.
    
    Fixes: nodejs#4450
    PR-URL: nodejs#4457
    mscdex committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    d2d7c94 View commit details
    Browse the repository at this point in the history