Tanna McClure
Tanna McClure
## Description We use rack-test in a lot of our test suites. Recently rack-test 2.0.0 was released, which caused one test in multiverse[rails] to consistently fail across all ruby and...
Currently, when running the `active_record_pg` mutliverse suite, in the before_suite.rb, we are dropping and creating the database before each environment run. This is there to prevent the database from growing...
## *If you are experiencing a stack level too deep error after upgrading to 7.0+ of the ruby agent, check out our [troubleshooting guide](https://docs.newrelic.com/docs/agents/ruby-agent/troubleshooting/systemstackerror-stack-level-too-deep/) on resolving the issue in your...
Our jruby multiverse suites are still running on 18.04. All of our other test jobs are running on 20.04, so it would be great to get jruby updated to also...
This configuration option is disabled by default due to the possibility of enabling this causing a breaking change for some users using custom instrumentation inside of threads. Our next major...
In the next major release 9.0.0 of the agent, we should remove all configuration options marked with `deprecated => true` in `default_source.rb`. The replacement configuration options that currently reference these...
At rubyconf, it was discussed that the [Async](https://github.com/socketry/async) gem has been invited to ruby core, and will likely be included in 3.1 or 3.2. We should investigate this gem and...
**Environment Information** - `jruby 9.3.4.0 (2.6.8) 2022-03-23 eff48c1ebf Java HotSpot(TM) 64-Bit Server VM 14.0.1+7 on 14.0.1+7 [x86_64-darwin]` - `Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022;...
On the new 3.2.0-preview2 version, all rack test suites involving puma are [failing](https://github.com/newrelic/newrelic-ruby-agent/actions/runs/3066671041/jobs/4952134953) with the following errors: ``` 1) Error: RackAutoInstrumentationTest#test_middlewares_record_metrics: ArgumentError: wrong number of arguments (given 2, expected 1;...
The github action to create the release notes PR on the docs site can fails without us noticing pretty easily. We should add slack notifications on failure so that we...