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

Add hot restart integration test [changelog skip] #2417

Closed
wants to merge 2 commits into from

Commits on Oct 6, 2020

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

Commits on Oct 7, 2020

  1. Add hot restart integration test

    This test demonstrates that it's possible for clients to receive
    unexpected ECONNRESET errors during hot restarts.
    
    We skip the test on JRuby since connection reset errors are expected on
    that platform because we cannot reliably pass open file descriptors
    (such as the listening sockets) to the new process after a hot restart.
    
    The test is skipped on TruffleRuby as well since on that implementation,
    the test fails with an IOError when trying to restart the server.
    cjlarose committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    7dcf5e5 View commit details
    Browse the repository at this point in the history