psych icon indicating copy to clipboard operation
psych copied to clipboard

JRuby tests failing

Open headius opened this issue 4 years ago • 3 comments

For about the past month the JRuby runs in CI have been failing:

https://github.com/ruby/psych/actions/workflows/ubuntu-jruby.yml

I have not looked into any of the failures but I suspect a couple things:

  • No guard against running ractor tests, so they fail due to no ractor support
  • Recent fixes to the C ext have not been translated to the JRuby ext

JRuby's branches for 9.2 and master are currently failing because we updated the psych gem and now its tests fail.

headius avatar Feb 24 '21 23:02 headius

I see now the most recent CI runs for JRuby don't even manage to run the tests. Something fails along the way in Bundler.

Here is a JRuby build showing the failures introduced recently:

https://travis-ci.com/github/jruby/jruby/jobs/486061152

headius avatar Feb 24 '21 23:02 headius

Note the ractor tests do not show up in the link above, but when I update JRuby's local copy of the psych tests (which includes the new ractor tests) they do attempt to run and fail with missing method errors.

headius avatar Feb 24 '21 23:02 headius

@headius 👋 Just a quick check, https://github.com/ruby/psych/actions/workflows/ubuntu-jruby.yml looks green, am I misinterpreting the hue of the indicators?

olleolleolle avatar Mar 30 '22 14:03 olleolleolle

The failing tests are skipped by #524.

We will remove them when resolving with JRuby.

hsbt avatar Oct 11 '22 00:10 hsbt