Failure in ee/browser_ui/3_create/repository/file_locking_spec.rb | Create File Locking locks a file and unlocks in list
<!--- Before opening a new QA failure issue, make sure to first search for it in the QA failures board: https://gitlab.com/groups/gitlab-org/-/boards/1385578 The issue should have the following: - The relative path of the failing spec file in the title, e.g. if the login test fails, include `qa/specs/features/browser_ui/1_manage/login/log_in_spec.rb` in the title. This is required so that existing issues can easily be found by searching for the spec file. - If the issue is about multiple test failures, include the path for each failing spec file in the description. - A link to the failing job. - The stack trace from the job's logs in the "Stack trace" section below. - A screenshot (if available), and HTML capture (if available), in the "Screenshot / HTML page" section below. - A link to the corresponding test case(s) in the summary. ---> ### Summary Failing job(s): https://gitlab.com/gitlab-org/distribution/reference-architecture-tester/-/jobs/8017313594 Failing spec(s): Create File Locking locks a file and unlocks in list Corresponding test case(s): https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347766 ### Stack trace ```ruby Failure/Error: expect do push as_user: as_user, max_attempts: 3, branch: project.default_branch, file: for_file end.not_to raise_error expected no Exception, got #<QA::Support::Run::CommandError:"The command HOME=\"/tmp/qa-netrc-credentials/19\" git push http://g...qa-sandbox-group-3/qa-test-2024-10-08-03-40-23-6626530b361ddbe1/file_locking-1baa47fe8650c9be.git'"> with backtrace: # ./qa/support/run.rb:42:in `run' # ./qa/git/repository.rb:339:in `run_git' # ./qa/git/repository.rb:134:in `push_changes' # ./qa/resource/repository/push.rb:98:in `block in fabricate!' # ./qa/scenario/actable.rb:16:in `perform' # ./qa/git/repository.rb:35:in `block (2 levels) in perform' # ./qa/git/repository.rb:35:in `chdir' # ./qa/git/repository.rb:35:in `block in perform' # ./qa/git/repository.rb:34:in `perform' # ./qa/resource/repository/push.rb:48:in `fabricate!' # ./qa/resource/repository/project_push.rb:42:in `fabricate!' # ./qa/resource/base.rb:58:in `block (2 levels) in fabricate_via_browser_ui!' # ./qa/resource/base.rb:109:in `log_and_record_fabrication' # ./qa/resource/base.rb:58:in `block in fabricate_via_browser_ui!' # ./qa/resource/base.rb:99:in `do_fabricate!' # ./qa/resource/base.rb:57:in `fabricate_via_browser_ui!' # ./qa/resource/base.rb:49:in `rescue in fabricate!' # ./qa/resource/base.rb:42:in `fabricate!' # ./qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb:130:in `push' # ./qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb:150:in `block in expect_no_error_on_push' # ./qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb:149:in `expect_no_error_on_push' # ./qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb:104:in `block (3 levels) in <module:QA>' # /home/gitlab/spec/support/fast_quarantine.rb:22:in `block (2 levels) in <top (required)>' # ./qa/specs/knapsack_runner.rb:23:in `run' # ./qa/specs/runner.rb:77:in `run_rspec' # ./qa/specs/runner.rb:56:in `perform' # ./qa/scenario/template.rb:10:in `block in perform' # ./qa/scenario/template.rb:8:in `perform' # ./qa/scenario/template.rb:35:in `perform' # ./qa/scenario/template.rb:10:in `block in perform' # ./qa/scenario/template.rb:8:in `perform' # ./qa/scenario/bootable.rb:52:in `launch!' # ./qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb:149:in `expect_no_error_on_push' # ./qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb:104:in `block (3 levels) in <module:QA>' # /home/gitlab/spec/support/fast_quarantine.rb:22:in `block (2 levels) in <top (required)>' # ./qa/specs/knapsack_runner.rb:23:in `run' # ./qa/specs/runner.rb:77:in `run_rspec' # ./qa/specs/runner.rb:56:in `perform' # ./qa/scenario/template.rb:10:in `block in perform' # ./qa/scenario/template.rb:8:in `perform' # ./qa/scenario/template.rb:35:in `perform' # ./qa/scenario/template.rb:10:in `block in perform' # ./qa/scenario/template.rb:8:in `perform' # ./qa/scenario/bootable.rb:52:in `launch!' ``` ### Screenshot / HTML page ![create_file_locking_locks_a_file_and_unlocks_in_list_2024-10-08-04-11-13.802](/uploads/4b67b5fba7bee191bff30e7541b595f3/create_file_locking_locks_a_file_and_unlocks_in_list_2024-10-08-04-11-13.802.png) ### Possible fixes <!-- Default due date. --> <!-- Base labels. --> <!-- Work classification type label, please apply ignore type label until the investigation is complete and an [issue type](https://about.gitlab.com/handbook/engineering/metrics/#work-type-classification) is determined.--> <!-- Test failure type label, please use just one.--> <!-- Choose the stage that appears in the test path, e.g. ~"devops::create" for `qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb`. --> <!-- Select a label for where the failure was found, e.g. if the failure occurred in a nightly pipeline, select ~"found:nightly". -->
issue