<headius> enebo: hah yeah fun
subbu has joined #jruby
subbu has quit [Quit: Leaving]
drbobbeaty_ has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
<headius> I think I figured out this threading thing; it's a bug
<headius> test bug
<headius> the issue is this message showing up thousands of times in logs, sometimes:
<headius> /home/runner/work/jruby/jruby/test/mri/ruby/test_thread_queue.rb:553: warning: deprecated Object#=~ is called on FalseClass; it always returns nil
<headius> this test does not do anything to ensure that the threads have not started and run to completion before performing this check; with threads running in parallel on JRuby I think it's possible for us to see one of the producer threads run to completion before we start the status checks
<headius> ok MRI tests are just down to this weird encoding failure
<headius> I'm not sure what to do about it