Skip to content

[E2E] Update API Files spec to use more complex data

John McDonnell requested to merge jmd/update-api-create-file-e2e into master

What does this MR do and why?

We've had cases where files with non ascii chars, repeating patterns, and other generally 'more complex' file naming patterns have caused issues with how the system processes them.

A recent such example is Bug in file creation through API in the /projec... (#440170 - closed)

Let's update this E2E API spec to use a more complex file pattern, to help mitigate against that rather than using the most basic case.

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.

How to set up and validate locally

  1. bundle exec rubocop -A qa/qa/specs/features/api/3_create/repository/files_spec.rb
Edited by John McDonnell

Merge request reports