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

CI: Get JRuby CI working with the Rails 7.0 test suite #2333

Open
fallwith opened this issue Nov 27, 2023 · 1 comment
Open

CI: Get JRuby CI working with the Rails 7.0 test suite #2333

fallwith opened this issue Nov 27, 2023 · 1 comment

Comments

@fallwith
Copy link
Contributor

With the ci_jruby workflow, we currently test JRuby against Rails v6.1. We would like to switch to testing against Rails v7.0 (or even v7.1 once #2266 delivers it). Only 1 Rails version needs to be tested. Three issues prevent us from moving to v7.0/v7.1:

  1. NewRelic::Agent::Instrumentation::ActionControllerSubscriberTest#test_records_filtered_request_params_in_txn fails on unfiltered data
  2. test/new_relic/control_test.rb:35 produces the wrong db adapter value
  3. The Rails test suite's use of a Bloodhound class results in an uninitialized constant Bloodhound error, despite the class bearing no differences between the v6.1 and v7.0 test suites.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants