-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JRuby tests failing #479
Comments
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: |
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 👋 Just a quick check, https://github.com/ruby/psych/actions/workflows/ubuntu-jruby.yml looks green, am I misinterpreting the hue of the indicators? |
The failing tests are skipped by #524. We will remove them when resolving with JRuby. |
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:
JRuby's branches for 9.2 and master are currently failing because we updated the psych gem and now its tests fail.
The text was updated successfully, but these errors were encountered: