Skip to content

Clear Sidekiq queues before each example

Rémy Coutable requested to merge clear-sidekiq-queues-in-migration-specs into master

What does this MR do?

Recently there was an issue where a background migration spec had the :migration metadata but lacked the :sidekiq one.

I think it'd be safe to just clear the Sidekiq queues before each example to avoid these cases.

Does this MR meet the acceptance criteria?

Conformity

Edited by Rémy Coutable

Merge request reports

Loading