Failure in specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb | project.add_member
<!--- 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. ---> ### Summary ``` Plan Project issue boards Assignee issue board shows the just created board with an assignee list, and an issue on it Failure/Error: project.add_member(@user) ``` Pipeline: https://ops.gitlab.net/gitlab-org/quality/staging/-/pipelines/209103 Job: https://ops.gitlab.net/gitlab-org/quality/staging/-/jobs/1517460 Possibly related to continuous issue with adding a specific member to a project in staging ENV. ### Stack trace ``` Plan Project issue boards Assignee issue board shows the just created board with an assignee list, and an issue on it Failure/Error: project.add_member(@user) QA::Support::Repeater::RetriesExceededError: Retry condition not met after 3 attempts # ./qa/support/repeater.rb:42:in `repeat_until' # ./qa/support/retrier.rb:48:in `retry_until' # ./qa/resource/members.rb:11:in `add_member' # ./qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb:70:in `block (4 levels) in <module:QA>' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:123:in `block in run' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `loop' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `run' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry' # ./spec/spec_helper.rb:69:in `block (2 levels) in <top (required)>' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:123:in `block in run' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `loop' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:110:in `run' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec_ext/rspec_ext.rb:12:in `run_with_retry' # /usr/local/bundle/gems/rspec-retry-0.6.1/lib/rspec/retry.rb:37:in `block (2 levels) in setup' # ./qa/specs/runner.rb:71:in `perform' # ./qa/scenario/template.rb:10:in `block in perform' # ./qa/scenario/template.rb:8:in `tap' # ./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 `tap' # ./qa/scenario/template.rb:8:in `perform' # ./qa/scenario/bootable.rb:28:in `launch!' ``` ### Screenshot / HTML page NA ### Possible fixes <!-- Default due date. --> <!-- Base labels. --> <!-- 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". --> <!-- https://about.gitlab.com/handbook/engineering/quality/guidelines/#priorities: - ~P1: Tests that are needed to verify fundamental GitLab functionality. - ~P2: Tests that deal with external integrations which may take a longer time to debug and fix. --> <!-- Select the current milestone if ~P1 or the next milestone if ~P2. -->
issue