Skip to content

Attempt to resolve flaky failure in MTLS E2E

What does this MR do and why?

Attempt to resolve Failure in api/12_systems/gitaly/gitaly_mtls_sp... (#431474)

The MTLS scenario appears to create some flaky failures where no branch is present on a repository. The process to create the initial commit and branch when project.initialize_with_readme = true is something that happens in sidekiq, so there is a possibility that this is a timing issue.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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

Merge request reports