Ryan Skraba created AVRO-3222:
---------------------------------
Summary: [RUBY] Fix the ruby interop tests
Key: AVRO-3222
URL: https://issues.apache.org/jira/browse/AVRO-3222
Project: Apache Avro
Issue Type: Task
Reporter: Ryan Skraba
>From my comments on https://github.com/apache/avro/pull/1330
Both the data file interop tests and the IPC interop tests don't seem to work
again:
{code}
+ cd lang/ruby
+ rake generate_interop
rake aborted!
LoadError: cannot load such file -- echoe
/home/rskraba/avro/lang/ruby/Rakefile:19:in `<top (required)>'
/usr/share/rubygems-integration/all/gems/rake-13.0.1/exe/rake:27:in `<top
(required)>'
(See full trace by running task with --trace)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)