Skip to content

Increase allowed data races

Steve Xuereb requested to merge increase-race-detection into master

What does this MR do?

Increase allowed data races

Why was this MR needed?

In !1804 (merged) we reduced the number of allowed data races. This results into some flaky tests becuase we have some flaky data races.

For example:

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports