You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2022/11/07 15:51:00 UTC

[jira] [Created] (AVRO-3662) [Ruby] Ruby 2.6 CI workflow fails since a while

Martin Tzvetanov Grigorov created AVRO-3662:
-----------------------------------------------

             Summary: [Ruby] Ruby 2.6 CI workflow fails since a while
                 Key: AVRO-3662
                 URL: https://issues.apache.org/jira/browse/AVRO-3662
             Project: Apache Avro
          Issue Type: Bug
          Components: ruby
            Reporter: Martin Tzvetanov Grigorov


[https://github.com/apache/avro/actions/workflows/test-lang-ruby.yml]

 
{code:java}
===============================================================================
    Failure: test_bytes_decimal_object_allocations_decode(TestLogicalTypes):
      <1> was expected to be
      >=
      <2>.
    /home/runner/work/avro/avro/lang/ruby/test/test_logical_types.rb:234:in `block in test_bytes_decimal_object_allocations_decode'
         231: 
         232:       assert_equal 5, report.total_allocated   
         233:       # Ruby 2.7 does not retain anything. Ruby 2.6 retains 1
      => 234:       assert_operator 1, :>=, report.total_retained
         235:     end
         236:   end
         237: 
    
    /home/runner/work/avro/avro/lang/ruby/test/test_logical_types.rb:227:in `each'
    
    /home/runner/work/avro/avro/lang/ruby/test/test_logical_types.rb:227:in `test_bytes_decimal_object_allocations_decode' {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)