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

Using at_exit for graceful stop upon receiving a SIGINT in JRuby #1868

Closed

Commits on Sep 1, 2019

  1. Using at_exit for graceful stop upon receiving a SIGINT in JRuby

    WIP: The server shuts down properly inside the test case when the graceful_stop is executed on the signal handler thread.
    
    Fix rubocop offenses and add a test
    
    Fix rubocop offenses and add a test
    
    Prevent teardown in test_integration.rb from trying to kill an already killed server
    Adithya Pentela authored and Adithya Pentela committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    564a3a1 View commit details
    Browse the repository at this point in the history
  2. Removed JRuby specific handling upon receiving SIGINT

    Adithya Pentela authored and Adithya Pentela committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    07f252f View commit details
    Browse the repository at this point in the history
  3. Renamed the test

    Adithya Pentela authored and Adithya Pentela committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    3713b78 View commit details
    Browse the repository at this point in the history
  4. Updated the test

    Adithya Pentela authored and Adithya Pentela committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    541f350 View commit details
    Browse the repository at this point in the history
  5. Using Process#kill to see if it resolves the no method error in JRuby…

    … travisruns
    Adithya Pentela authored and Adithya Pentela committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    7b94695 View commit details
    Browse the repository at this point in the history
  6. Using IO#popen and the server helper in test

    Adithya Pentela authored and Adithya Pentela committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    c84d925 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Add a test to check if the socket is closed in JRuby

    Adithya Pentela authored and Adithya Pentela committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    9d025cf View commit details
    Browse the repository at this point in the history