Description
When running the Avro Ruby implementation's test suite in Ruby 2.1 or 2.2, I get several test failures. The distinct errors are:
NameError: uninitialized constant Avro::SchemaNormalization::JSON avro/lang/ruby/lib/avro/schema_normalization.rb:28:in `to_parsing_form'
and
TestSchemaNormalization#test_shared_dataset: NameError: uninitialized constant CaseFinder::StringScanner /Users/martin/Applications/avro/lang/ruby/test/case_finder.rb:30:in `initialize'
Attachments
Attachments
Issue Links
- is duplicated by
-
AVRO-2013 Unit test failure in Ruby 1.9
- Resolved