-
Notifications
You must be signed in to change notification settings - Fork 598
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
Test Ruby 3.4.0-preview2 #2894
Test Ruby 3.4.0-preview2 #2894
Conversation
Two test failures with the new version. Unit tests: multiverse config_file_loading suite Running "config_file_loading" using CHAIN for Envfile entry 1 Theory: The switch to the prism parser is causing a problem for the fakefs gem used in this suite. The gem hasn't been updated since 2014. We may need to add an explicit stringio install in the Envfile. |
The JSON string output changed in Ruby 3.4 to remove the hash rocket Pre Ruby 3.4: :app_name=>\"test\" Ruby 3.4+: app_name: \"test\"
A test failure still exists on the CI that I'm not able to reproduce locally. It seems like a coincidence that the failure is also in
|
Explicitly installing stringio resolved the following warning:
But, the suite still fails because of what looks like a prism error:
I'd like to just skip the |
SimpleCov Report
|
New preview version out! 🎉
Release
🟢 CI: https://github.com/newrelic/newrelic-ruby-agent/actions/runs/11263849338