Skip to content

Increase allowed data races

Steve Xuereb requested to merge increase-allowed-races into master

What does this MR do?

Increase allowed data races to 21 from 19

Why was this MR needed?

We have more data races in tests related to the mocking library as we can see in !1743 (comment 351393394). We still have to solve these data races upstream and not something that should be solved inside of gitlab-runner.

To ensure pipeline stability increase the allowed data races to 21, since this is the new number we started seeing in https://gitlab.com/gitlab-org/gitlab-runner/-/jobs/571861195 and https://gitlab.com/gitlab-org/gitlab-runner/-/jobs/572632715

What are the relevant issue numbers?

Edited by Steve Xuereb

Merge request reports