[
https://issues.apache.org/jira/browse/AVRO-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390518#comment-17390518
]
Ryan Skraba commented on AVRO-3180:
-----------------------------------
I'm cleaning up the docker ubertool image -- when doing a full build with the
interop tests, the above error shows up.
https://github.com/apache/avro/blob/7c5e429ac5a71596844bf1d52626ce29054dd335/build.sh#L129
> [RUBY] Interop tests fail on force_encoding
> -------------------------------------------
>
> Key: AVRO-3180
> URL: https://issues.apache.org/jira/browse/AVRO-3180
> Project: Apache Avro
> Issue Type: Bug
> Reporter: Ryan Skraba
> Assignee: Tim Perkins
> Priority: Major
>
> Freezing string literals in Ruby is a good practice (AVRO-3112). There are a
> couple of places that attempt to modify string literals, notably in the IRC
> interop tests:
> {code}
> /home/rskraba/avro/lang/ruby/lib/avro/ipc.rb:107:in `force_encoding': can't
> modify frozen String (FrozenError)
> from /home/rskraba/avro/lang/ruby/lib/avro/ipc.rb:107:in `request'
> from lang/ruby/test/tool.rb:69:in `send_message'
> from lang/ruby/test/tool.rb:137:in `main'
> from lang/ruby/test/tool.rb:143:in `<main>'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)