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

Ruby 3.0+ can't find run_id for thread profiling tests on GitHub Actions #2947

Open
kaylareopelle opened this issue Nov 13, 2024 · 1 comment
Labels

Comments

@kaylareopelle
Copy link
Contributor

kaylareopelle commented Nov 13, 2024

Ruby 3.0, 3.1, 3.2, and 3.3 all fail the following test in the agent_only multiverse suite:

ThreadProfilingTest#test_thread_profiling_can_stop:
NoMethodError: undefined method `run_id' for nil
    /home/runner/work/newrelic-ruby-agent/newrelic-ruby-agent/test/multiverse/suites/agent_only/thread_profiling_test.rb:88:in `test_thread_profiling_can_stop'

Update: Test is also flakey in on ThreadProfilingTest#test_thread_profiling and has been updated to skip as well until this issue is fixed.

Figure out where run_id went and how we can get it back.

The test does not fail locally.

@workato-integration
Copy link

@kaylareopelle kaylareopelle changed the title Ruby 3.0+ can't find run_id for thread profiler Ruby 3.0+ can't find run_id for thread profiler on GitHub Actions Nov 14, 2024
@kaylareopelle kaylareopelle changed the title Ruby 3.0+ can't find run_id for thread profiler on GitHub Actions Ruby 3.0+ can't find run_id for thread profiling tests on GitHub Actions Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant