You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few service objects I'd like to write integration tests for, so I'm using Sidekiq::Testing.inline! so they run synchronously. This doesn't appear to work with sidekiq-unique jobs. Is there an example or workaround on how to get the job to execute immediately?
The text was updated successfully, but these errors were encountered:
I had more or less the same problems, I could run the first spec, but the next ones failed for me because it is not unlocking the jobs once completed. I have opened this pull request[1] trying to fix that.
I have a few service objects I'd like to write integration tests for, so I'm using
Sidekiq::Testing.inline!
so they run synchronously. This doesn't appear to work with sidekiq-unique jobs. Is there an example or workaround on how to get the job to execute immediately?The text was updated successfully, but these errors were encountered: