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 test-tls-socket-close #13529

Commits on Jun 7, 2017

  1. test: fix flaky test-tls-socket-close

    Add error listener to ignore `ECONNRESET`. Makes test reliable while it
    still segfaults (as expected) on Node.js 7.7.3. It might not be possible
    to eliminate the probable race causing `ECONNRESET` without also
    eliminating the required segfault-inducing part of the test. (Or maybe
    it's totally possible. If you figure it out, hey cool, submit a pull
    request.)
    
    Fixes: nodejs#13184
    Trott committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    8de9ffd View commit details
    Browse the repository at this point in the history