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: refactor flaky net-error-twice #4061

Closed
wants to merge 1 commit into from

Commits on Nov 28, 2015

  1. test: refactor flaky net-error-twice

    The test was not reliably creating the error event on Windows 2012.
    
    This makes the test more robust by delaying the start of the server
    write until nextTick, allowing the connection to close and cause the
    error more reliably on Windows 2012.
    
    Fixes: nodejs#4057
    Trott committed Nov 28, 2015
    Configuration menu
    Copy the full SHA
    2992012 View commit details
    Browse the repository at this point in the history