Skip to content

Make `Chaos.cpu_spin` to consume thread

Kamil Trzciński requested to merge make-cpu-spin-to-take-real-cpu into master

What does this MR do?

This changes .cpu_spin to actually consume thread for the desired duration, by looking at CPU thread time.

@smcgivern @andrewn This change makes us actually to consume real cpu of given duration, previously in multi-threaded workflow it could end-up with cpu_s to be of a significantly less than duration.

Related to: https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8334

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 🤖 GitLab Bot 🤖

Merge request reports