kubo / ruby-oci8

Ruby-oci8 - Oracle interface for ruby
Other
169 stars 78 forks source link

Add TruffleRuby to CI #245

Closed bjfish closed 2 years ago

bjfish commented 2 years ago

Please add TruffleRuby to CI to ensure gem works with this Ruby implementation.

kubo commented 2 years ago

Thanks for making the pull request.

I don't merge it for a while. That's because the combination of ruby-oci8 and truffleruby is unstable. It sometimes passes tests but other times it fails. I'm not sure whether it is due to truffleruby or ruby-oci8.

kubo commented 2 years ago

Tests using truffleruby mainly fails in test/test_break.rb. However even when I excluded the file from tests, it failed 5 times out of 100.

bjfish commented 2 years ago

I will investigate to try to find a solution to the transient test failures.