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

Make ci work #1637

Merged
merged 5 commits into from Sep 21, 2018
Merged

Make ci work #1637

merged 5 commits into from Sep 21, 2018

Conversation

MSP-Greg
Copy link
Member

Since CI has gotten to the point where several of the PR's here would be needed to clean things up, I decided, to compile what I think should be done. The following has been passing in my fork on both Travis & Appveyor. Some notes:

  1. First of all, due to JRuby issues, I bypassed the SSL tests in test_puma_server_ssl.rb if Puma::MiniSSL.check needs a rescue.

  2. Added two versions of OSX to the matrix. At present, all Ubuntu Ruby versions are using OpenSSL v1.0.1. The OSX versions used test with 1.0.2 and 1.1.0.

  3. Appveyor testing is constructing a gem file. Note that it tests with OpenSSL 1.0.2, 1.1.0, and OpenSSL master (1.1.1). All tests are passing.

  4. Gemfile has rubocop & minitest updated to current versions.

  5. Some of the updates were simply to allow RuboCop to pass (see Enable all Performance Cops #1624).

  6. Test output now has a header with the Ruby description and OpenSSL versions built with and running with, similar to Ruby OpenSSL. See 7.

  7. One test patch is included in the last commit by accident.
    RUBY_VERSION => RUVY_REVISION => RUBY DESCRIPTION. I just couldn't get that right...

Apologies to anyone who's PR I've used here...

I'm happy to change things, re-organize things, etc. Thanks, Greg

1. Update skip handling
2. Stability changes
3. Add Ruby & OpenSSL version info output
4. Bypassed SSL tests on DISABLE_SSL ?
1. mini_sll.c - add SSL version info
2. RuboCop fixes
3. control_cli.rb stability
@schneems schneems merged commit 72882f2 into puma:master Sep 21, 2018
@MSP-Greg MSP-Greg deleted the make_ci_work branch September 22, 2018 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants