-
Notifications
You must be signed in to change notification settings - Fork 11
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
Use Sidekiq.fake
instead of Sidekiq.inline
by default
#2195
Conversation
Use `Sidekiq.fake` instead of `Sidekiq.inline` by default for faster tests
d171bc7
to
8cd805a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Jay, looks like the current PR addresses the first two bullet points we had in the ticket: Add Sidekiq.fake
to the Test Helper setup
method and add it to test suites that don't use the setup method. As expected, some tests have failed... much less than I expected tbh, so that's good! I assume more changes will be needed to fix the tests that broke. Please ask for a re-review once the tests are fixed. Also, please document in the ticket how long the build takes before and after this change.
73b2b13
to
d3ed68e
Compare
d3ed68e
to
83e6f65
Compare
Code Climate has analyzed commit 959e1e2 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (100% is the threshold). This pull request will bring the total coverage in the repository to 100.0% (0.0% change). View more on Code Climate. |
Description
Use
Sidekiq.fake
instead ofSidekiq.inline
by default for faster testsReferences: CV2-4453
How has this been tested?
Confirmed that all tests pass
Checklist