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: test retry_stopped.active_job #2234

Conversation

fallwith
Copy link
Contributor

Enhance the ActiveJob notifications test suite by adding a test for the retry_stopped.active_job notification that Rails 6+ fires when it stops retrying to perform a job.

resolves #1764

Enhance the ActiveJob notifications test suite by adding a test for the
`retry_stopped.active_job` notification that Rails 6+ fires when it
stops retrying to perform a job.

resolves #1764
@github-actions
Copy link
Contributor

SimpleCov Report

Coverage Threshold
Line 94.32% 94%
Branch 85.89% 85%

@@ -6,11 +6,13 @@
require 'new_relic/agent/instrumentation/active_job_subscriber'

module NewRelic::Agent::Instrumentation
class RetryMe < StandardError; end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the alphabetization!

@fallwith fallwith merged commit b508b37 into dev Sep 22, 2023
116 checks passed
@fallwith fallwith deleted the take_a_break_you_must_be_tired_from_the_strain_take_a_break_and_let_us_carry_your_pain branch September 22, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

ActiveJob notifications: add integration style test for the retry_stopped.active_job event
3 participants