Ryan Skraba created AVRO-2733:
---------------------------------
Summary: [Ruby] mistakenly requiring rubygems
Key: AVRO-2733
URL: https://issues.apache.org/jira/browse/AVRO-2733
Project: Apache Avro
Issue Type: Task
Reporter: Ryan Skraba
Fix For: 1.10.0
It looks like we are seeing two issues with running interop tests since the
openjdk bump that updates ruby from
*{{ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]}}*
to
*{{ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu]}}*
# The command line for interop tests includes {{-rubygems}} when it probably
means {{-rrubygems}}
# Rubygems should be automatically required since Ruby 1.9 (released 2007)
We should fix this option in the
[test_rpc_interop.sh|https://github.com/apache/avro/blob/master/share/test/interop/bin/test_rpc_interop.sh]
file.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)