Skip to content

Flush sidekiq queues before running import_rake_spec.rb

George Koltsov requested to merge georgekoltsov/flush-sidekiq into master

What does this MR do?

CI is failing due to import_rake_spec.rb intermittently failing. https://gitlab.com/gitlab-org/gitlab/-/jobs/366877840

This could be because of Sidekiq::Worker.drain_all that tries to execute leftover jobs from projects that were created in other specs and are no longer present.

This change makes sure Sidekiq queues are empty.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by George Koltsov

Merge request reports