Skip to content

Reduce test flakiness due to duplicates

Michael Kozono requested to merge mk/allow-some-duplicates into master

What does this MR do and why?

Reduce test flakiness due to occasional duplicates.

Sidekiq and GitLab promise each job runs at least once. They do not promise that each job runs exactly once.

Resolves gitlab-org/quality/engineering-productivity/master-broken-incidents#7177 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports