Skip to content

Use until_executed deduplication for CoverageReportWorker

Marius Bobin requested to merge mb-fix-CoverageReportWorker-uniqueness into master

What does this MR do and why?

Use until_executed deduplication for CoverageReportWorker

This worker can be executed concurrently and its transactions don't handle the uniquness error from trying to insert multiple artifacts of the same type. Allowing only one worker to execute at a time should fix that error.

Screenshots or screen recordings

This worker has the biggest error rate in our group, over 25k errors in the last month:

image

source

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marius Bobin

Merge request reports