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

Reenable JRuby for testing #1305

Merged
merged 2 commits into from
Mar 4, 2025
Merged

Reenable JRuby for testing #1305

merged 2 commits into from
Mar 4, 2025

Conversation

headius
Copy link
Contributor

@headius headius commented Mar 4, 2025

JRuby's recent issues with jar-dependencies caused installs to fail, but those issues have been resolved as of JRuby 9.4.12.0 (and by extension, jruby-head).

Reverts part of #1228.

Previous PR #1229 seemed to get messed up so I'm re-pushing here.

headius added 2 commits March 4, 2025 11:02
JRuby's recent issues with jar-dependencies caused installs to
fail, but those issues have been resolved as of JRuby 9.4.12.0
(and by extension, jruby-head).

Reverts part of ruby#1228.
This is temporary until jruby/jruby#8672 can be addressed.
@headius
Copy link
Contributor Author

headius commented Mar 4, 2025

This should be ready to merge. I filed a JRuby issue for the Windows failure: jruby/jruby#8672. When that's addressed I'll reenable Windows CI for JRuby.

@headius headius merged commit c23bf63 into ruby:master Mar 4, 2025
29 of 30 checks passed
@headius headius deleted the reenable_jruby branch March 4, 2025 17:21
@st0012
Copy link
Member

st0012 commented Mar 4, 2025

@headius Thanks!

@st0012
Copy link
Member

st0012 commented Mar 9, 2025

There seems to be intermittent failing on ubuntu now (example). Can you give it a look?

@headius
Copy link
Contributor Author

headius commented Mar 10, 2025

@st0012 At a glance I'd suspect the test is flawed, since execution of this code should not suddenly go non-linear after being linear previously. It seems like the harness could be made more robust, or could exercise the code more before attempting to measure tiny timeouts. At these small intervals, even the JVM JIT kicking in could cause us to slow down temporarily and unpredictably.

I will try to see if there's something actually broken.

@headius
Copy link
Contributor Author

headius commented Mar 10, 2025

@st0012 I have disabled the test for now and filed #1310.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants