-
Notifications
You must be signed in to change notification settings - Fork 87
Conversation
🚫 jruby is causing the build to fail on @headius this can be tested with the following repro and test script, https://github.com/digitalextremist/reproductions/tree/master/reel/153 I'm trying to back-track to a point that didn't fail, but I don't think that'll work out so well. |
Iv'e been running and re-running the tests locally, and determined the build failure is happening at the point of trying to terminate the server. When I put the error output back for jruby, I see it infinitely loops over @headius, the issues I've described of the handshake being botched in |
Completely isolated In the |
It's throwing |
FYI: UNIX Socket support is supposed to be fixed in |
0.17.0 dependent
…n set any param on the SSLContext
Add option to pass in ssl_params for the server's SSLContext so we can set any param on the SSLContext
fix https_server test in JRuby that has a different message for the S…
Hey @digitalextremist, what can we do to help get 0.6.0 out? I need #163; is there any chance that could perhaps go in a 0.5.x release? |
There's a lot pending across the Celluvoid, but this release is actually likely the most ready except for 0.17+ passes being done. If you can run the 0.6.0 milestone branch with 0.17.2 of Celluloid and Celluloid::IO that'd help. But I'm working toward this too. |
Cleaning house on these |
Everything should be in order for '0.6.0' except the jRuby build failure I'm weeding out.
This is mostly collected into #174