-
-
Notifications
You must be signed in to change notification settings - Fork 925
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 tests are failing for logstash for encoding UTF-8 #3852
Comments
JRuby 1.7 is not as complete in the encoding department as JRuby 9k. Can you narrow this down to a specific test or one-liner? |
Hi @headius ,
Its failing at the method call ".encoding". Thanks, |
Ok, a few more pieces of info and I should be able to replicate this.
|
Hi @headius,
I will try to reproduce and let you know the above mentioned details soon. |
@meghalidhoble which version of bundler ? latest ? |
@meghalidhoble So do you mean the issue appears to be fixed in 9.1, or do you mean you were unable to confirm it because of the rake issue? |
Hi @headius , that's right I couldn't confirm due to the rake issue. |
Jruby Version : jruby 1.7.25
OS : Rhel7.2
I am trying to run tests for logstash code which is written in jruby. The tests are run using the command
The error I am seeing is something like below:
Does jruby handles encoding in different way? Is there anything that I am missing out here?
Any pointers would really help.
Thanks.
The text was updated successfully, but these errors were encountered: