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

Improve worker shutdown reliability, CI fixes #2312

Merged
merged 3 commits into from Jul 20, 2020

Commits on Jul 20, 2020

  1. Copy the full SHA
    0166913 View commit details
    Browse the repository at this point in the history
  2. CI fixes - test/helper.rb, test/test_integration.rb

    helper.rb
    Previous code used #capture_exceptions to add a timeout to every test.
    That method is called once for set methods and the test method, and once
    for the teardown methods.  New code uses #time_it, which wraps all the
    methods in one timeout thread.
    
    test_integration.rb
    Add another error to UnixSocket tests.
    MSP-Greg committed Jul 20, 2020
    Copy the full SHA
    1f40ce0 View commit details
    Browse the repository at this point in the history
  3. Update History.md

    MSP-Greg committed Jul 20, 2020
    Copy the full SHA
    4abe18b View commit details
    Browse the repository at this point in the history