Skip to content

Simplify ActiveJob specs setup#2445

Closed
st0012 wants to merge 1 commit intomasterfrom
remove-sidekiq-dependency-from-specs
Closed

Simplify ActiveJob specs setup#2445
st0012 wants to merge 1 commit intomasterfrom
remove-sidekiq-dependency-from-specs

Conversation

@st0012
Copy link
Copy Markdown
Contributor

@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.
@st0012 st0012 requested review from sl0thentr0py and solnic October 26, 2024 14:08
@codecov
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Contributor 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