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

Simplify ActiveJob specs setup #2445

Closed
wants to merge 1 commit into from

Conversation

st0012
Copy link
Collaborator

@st0012 st0012 commented Oct 26, 2024

We don't need to use Sidekiq for ActiveJob specs, we can use Rails' default adapters instead.

#skip-changelog

We don't need to use Sidekiq for ActiveJob specs, we can use Rails' default
adapters instead.
Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.18%. Comparing base (9bba2ef) to head (c18fba7).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2445   +/-   ##
=======================================
  Coverage   98.18%   98.18%           
=======================================
  Files         126      126           
  Lines        4726     4726           
=======================================
  Hits         4640     4640           
  Misses         86       86           
Components Coverage Δ
sentry-ruby 98.51% <ø> (ø)
sentry-rails 97.20% <ø> (ø)
sentry-sidekiq 97.47% <ø> (ø)
sentry-resque 92.85% <ø> (ø)
sentry-delayed_job 95.65% <ø> (ø)
sentry-opentelemetry 99.31% <ø> (ø)

Copy link
Collaborator

@solnic solnic left a comment

Choose a reason for hiding this comment

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

Just like in the other PR - we probably want to remove sidekiq from Gemfile now

@st0012
Copy link
Collaborator Author

st0012 commented Oct 28, 2024

Merged as part of #2444

@st0012 st0012 closed this Oct 28, 2024
@st0012 st0012 deleted the remove-sidekiq-dependency-from-specs branch October 28, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants