You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of our tests have hard-coded stubs with backtraces with the pre-Ruby 3.4 format. We should update the stubs to point to the example conditionally based on the Ruby version. See "Compatibility Issues" heading on this post for details.
The work for Thread Profile and Backtrace Node tests will be resolved as part of another issue.
Some of our tests have hard-coded stubs with backtraces with the pre-Ruby 3.4 format. We should update the stubs to point to the example conditionally based on the Ruby version. See "Compatibility Issues" heading on this post for details.
The work for Thread Profile and Backtrace Node tests will be resolved as part of another issue.
The regex used to find these tests is: `
newrelic-ruby-agent/test/new_relic/agent/threading/agent_thread_test.rb
Lines 140 to 142 in 49cbf98
newrelic-ruby-agent/test/new_relic/agent/stats_engine/stats_hash_test.rb
Line 197 in 9be0b17
newrelic-ruby-agent/test/new_relic/http_client_test_cases.rb
Line 438 in 285de8a
newrelic-ruby-agent/test/multiverse/suites/aws_sdk_lambda/aws_sdk_lambda_instrumentation_test.rb
Line 87 in f15914e
The text was updated successfully, but these errors were encountered: