Skip to content
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

Closed
headius opened this issue Feb 24, 2021 · 4 comments
Closed

JRuby tests failing #479

headius opened this issue Feb 24, 2021 · 4 comments

Comments

@headius
Copy link
Contributor

headius commented Feb 24, 2021

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
Copy link
Contributor Author

headius commented Feb 24, 2021

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
Copy link
Contributor Author

headius commented Feb 24, 2021

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.

@olleolleolle
Copy link
Contributor

@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?

@hsbt
Copy link
Member

hsbt commented Oct 11, 2022

The failing tests are skipped by #524.

We will remove them when resolving with JRuby.

@hsbt hsbt closed this as completed Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants