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

JRuby fork not implemented issue #28

Closed
treble37 opened this issue Feb 29, 2016 · 2 comments
Closed

JRuby fork not implemented issue #28

treble37 opened this issue Feb 29, 2016 · 2 comments

Comments

@treble37
Copy link
Contributor

  1. In https://travis-ci.org/schneems/puma_worker_killer/jobs/112527114 there is:

Error: test_rolling_restart(PumaWorkerKillerTest): NotImplementedError: fork is not available on this platform org/jruby/RubyKernel.java:1881:infork'`

which is due to fork not being implemented in JRuby. (Edit: just noticed this is an allowed failure, but I'll leave this open because I'm also curious about #2 below)

  1. Also, should Ruby 2.2 and 2.3 be added to the TravisCI tests? (mostly just a question for the author, I imagine Ruby 2.4.0dev, 2.2, and 2.3 are fairly similar). Thanks.
@schneems
Copy link
Member

This gem doesn't work with jruby because jruby doesn't implement fork

@schneems
Copy link
Member

We should remove jruby and add 2.3 and 2.2

@treble37 treble37 mentioned this issue Mar 6, 2016
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

No branches or pull requests

2 participants