./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb 403/404 failures on Staging
Summary
./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb 403/404 failures on Staging
https://ops.gitlab.net/gitlab-org/quality/staging/-/jobs/5598621
Stack trace
Failures:
1) Manage User with minimal access to group is not allowed to push code via the CLI
Failure/Error:
expect do
Resource::Repository::Push.fabricate! do |push|
push.repository_http_uri = @project.repository_http_location.uri
push.file_name = 'test.txt'
push.file_content = "# This is a test project named #{@project.name}"
push.commit_message = 'Add test.txt'
push.branch_name = 'new_branch'
push.user = @user_with_minimal_access
end
end.to raise_error(QA::Support::Run::CommandError, /You are not allowed to push code to this project/)
expected QA::Support::Run::CommandError with message matching /You are not allowed to push code to this project/, got #<QA::Support::Run::CommandError: The command HOME="/tmp/qa-netrc-credentials/21" git clone https://...st-2021-12-02-09-00-44-9f12b987dd9bf352/project-for-minimal-access-e2c1c5f2a667bca1.git/' not found> with backtrace:
# ./qa/support/run.rb:36:in `run'
# ./qa/git/repository.rb:306:in `run_git'
# ./qa/git/repository.rb:64:in `clone'
# ./qa/resource/repository/push.rb:74:in `block in fabricate!'
# ./qa/scenario/actable.rb:16:in `perform'
# ./qa/git/repository.rb:32:in `block (2 levels) in perform'
# ./qa/git/repository.rb:32:in `chdir'
# ./qa/git/repository.rb:32:in `block in perform'
# ./qa/git/repository.rb:31:in `perform'
# ./qa/resource/repository/push.rb:47:in `fabricate!'
# ./qa/resource/base.rb:34:in `block (2 levels) in fabricate_via_browser_ui!'
# ./qa/resource/base.rb:81:in `log_fabrication'
# ./qa/resource/base.rb:34:in `block in fabricate_via_browser_ui!'
# ./qa/resource/base.rb:71:in `do_fabricate!'
# ./qa/resource/base.rb:33:in `fabricate_via_browser_ui!'
# ./qa/resource/base.rb:25:in `rescue in fabricate!'
# ./qa/resource/base.rb:22:in `fabricate!'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:28:in `block (4 levels) in <module:QA>'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:27:in `block (3 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:99: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:74: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:44: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:44:in `launch!'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:27:in `block (3 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:99: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:74: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:44: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:44:in `launch!'
2) Manage User with minimal access to group is not allowed to create a file via the API
Failure/Error:
expect do
Resource::File.fabricate_via_api! do |file|
file.api_client = @user_api_client
file.project = @project
file.branch = 'new_branch'
file.commit_message = 'Add new file'
file.name = 'test.txt'
file.content = "New file"
end
end.to raise_error(Resource::ApiFabricator::ResourceFabricationFailedError, /403 Forbidden/)
expected QA::Resource::Errors::ResourceFabricationFailedError with message matching /403 Forbidden/, got #<QA::Resource::Errors::ResourceFabricationFailedError: Fabrication of QA::Resource::File using the API failed (404) with `{"message":"404 Project Not Found"}`.> with backtrace:
# ./qa/resource/api_fabricator.rb:114:in `api_post_to'
# ./qa/resource/api_fabricator.rb:92:in `api_post'
# ./qa/resource/api_fabricator.rb:27:in `fabricate_via_api!'
# ./qa/resource/base.rb:50:in `block (2 levels) in fabricate_via_api!'
# ./qa/resource/base.rb:81:in `log_fabrication'
# ./qa/resource/base.rb:50:in `block in fabricate_via_api!'
# ./qa/resource/base.rb:71:in `do_fabricate!'
# ./qa/resource/base.rb:49:in `fabricate_via_api!'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:41:in `block (4 levels) in <module:QA>'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:40:in `block (3 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:99: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:74: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:44: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:44:in `launch!'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:40:in `block (3 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:99: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:74: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:44: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:44:in `launch!'
3) Manage User with minimal access to group is not allowed to commit via the API
Failure/Error:
expect do
Resource::Repository::Commit.fabricate_via_api! do |commit|
commit.api_client = @user_api_client
commit.project = @project
commit.branch = 'new_branch'
commit.start_branch = @project.default_branch
commit.commit_message = 'Add new file'
commit.add_files([
{ file_path: 'test.txt', content: 'new file' }
])
expected QA::Resource::Errors::ResourceFabricationFailedError with message matching /403 Forbidden - You are not allowed to push into this branch/, got #<QA::Resource::Errors::ResourceNotFoundError: Resource at https://staging.gitlab.com/api/v4/projects...1c5f2a667bca1?private_token=[****] could not be found (404): `{"message":"404 Project Not Found"}`.> with backtrace:
# ./qa/resource/api_fabricator.rb:85:in `api_get_from'
# ./qa/resource/api_fabricator.rb:75:in `api_get'
# ./qa/resource/api_fabricator.rb:31:in `reload!'
# ./qa/resource/base.rb:129:in `bind_call'
# ./qa/resource/base.rb:129:in `block in <class:Base>'
# ./qa/resource/project.rb:261:in `default_branch'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:58:in `block (5 levels) in <module:QA>'
/usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/docker/shellout.rb:31:in `block in execute!': Docker command `docker run -t --rm --net=bridge --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_REMOTE_GRID_PROTOCOL="$QA_REMOTE_GRID_PROTOCOL" --env QA_PRAEFECT_REPOSITORY_STORAGE="$QA_PRAEFECT_REPOSITORY_STORAGE" --env QA_GITALY_NON_CLUSTER_STORAGE="$QA_GITALY_NON_CLUSTER_STORAGE" --env QA_DEBUG="$QA_DEBUG" --env QA_DEFAULT_BRANCH="$QA_DEFAULT_BRANCH" --env QA_CAN_TEST_ADMIN_FEATURES="$QA_CAN_TEST_ADMIN_FEATURES" --env QA_CAN_TEST_GIT_PROTOCOL_V2="$QA_CAN_TEST_GIT_PROTOCOL_V2" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env GITLAB_ADMIN_USERNAME="$GITLAB_ADMIN_USERNAME" --env GITLAB_ADMIN_PASSWORD="$GITLAB_ADMIN_PASSWORD" --env GITLAB_USERNAME="$GITLAB_USERNAME" --env GITLAB_PASSWORD="$GITLAB_PASSWORD" --env GITLAB_FORKER_USERNAME="$GITLAB_FORKER_USERNAME" --env GITLAB_FORKER_PASSWORD="$GITLAB_FORKER_PASSWORD" --env GITLAB_QA_ACCESS_TOKEN="$GITLAB_QA_ACCESS_TOKEN" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITLAB_QA_DEV_ACCESS_TOKEN="$GITLAB_QA_DEV_ACCESS_TOKEN" --env GITLAB_QA_CONTAINER_REGISTRY_ACCESS_TOKEN="$GITLAB_QA_CONTAINER_REGISTRY_ACCESS_TOKEN" --env GITLAB_QA_ISSUE_URL="$GITLAB_QA_ISSUE_URL" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env GCLOUD_ACCOUNT_EMAIL="$GCLOUD_ACCOUNT_EMAIL" --env GCLOUD_ACCOUNT_KEY="$GCLOUD_ACCOUNT_KEY" --env CLOUDSDK_CORE_PROJECT="$CLOUDSDK_CORE_PROJECT" --env GCLOUD_REGION="$GCLOUD_REGION" --env SIGNUP_DISABLED="$SIGNUP_DISABLED" --env GITLAB_CI_API_TOKEN="$GITLAB_CI_API_TOKEN" --env GITLAB_QA_USERNAME_1="$GITLAB_QA_USERNAME_1" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env GITHUB_USERNAME="$GITHUB_USERNAME" --env GITHUB_PASSWORD="$GITHUB_PASSWORD" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_FORMLESS_LOGIN_TOKEN="$GITLAB_QA_FORMLESS_LOGIN_TOKEN" --env JIRA_ADMIN_USERNAME="$JIRA_ADMIN_USERNAME" --env JIRA_ADMIN_PASSWORD="$JIRA_ADMIN_PASSWORD" --env DEPLOY_VERSION="$DEPLOY_VERSION" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/quality/staging/gitlab-qa-run-2021-12-02-08-56-49-7d01fd18/gitlab-ee-qa-5f4651c5:/home/gitlab/qa/tmp:z --name gitlab-ee-qa-5f4651c5 dev.gitlab.org:5005/gitlab/omnibus-gitlab/gitlab-ee-qa:14.6-18fe7c35c51 Test::Instance::All https://staging.gitlab.com -- qa/specs/features/ee/api --format QA::Support::JsonFormatter --out "tmp/rspec-5598621.json" --format RspecJunitFormatter --out "tmp/rspec-5598621.xml" --format html --out "tmp/rspec-$(echo ee-qa-triggers-api | sed 's/[ /]/_/g').htm" --color --format documentation` failed! (Gitlab::QA::Docker::Shellout::StatusError)
from /usr/local/lib/ruby/2.7.0/open3.rb:219:in `popen_run'
from /usr/local/lib/ruby/2.7.0/open3.rb:208:in `popen2e'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/docker/shellout.rb:19:in `execute!'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/docker/command.rb:48:in `execute!'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/docker/engine.rb:29:in `block in run'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/docker/engine.rb:23:in `tap'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/docker/engine.rb:23:in `run'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/component/specs.rb:45:in `block in perform'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/component/specs.rb:44:in `each'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/component/specs.rb:44:in `perform'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/scenario/template.rb:8:in `block in perform'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/scenario/template.rb:6:in `tap'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/scenario/template.rb:6:in `perform'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/scenario/test/instance/deployment_base.rb:26:in `perform'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/scenario/template.rb:8:in `block in perform'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/scenario/template.rb:6:in `tap'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/scenario/template.rb:6:in `perform'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/lib/gitlab/qa/runner.rb:74:in `run'
from /usr/local/bundle/gems/gitlab-qa-7.14.0/exe/gitlab-qa:8:in `<top (required)>'
from /usr/local/bundle/bin/gitlab-qa:23:in `load'
from /usr/local/bundle/bin/gitlab-qa:23:in `<main>'
# ./qa/resource/base.rb:69:in `do_fabricate!'
# ./qa/resource/base.rb:49:in `fabricate_via_api!'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:54:in `block (4 levels) in <module:QA>'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:53:in `block (3 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:99: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:74: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:44: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:44:in `launch!'
# ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:53:in `block (3 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:99: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:74: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:44: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:44:in `launch!'
Finished in 5 minutes 4 seconds (files took 2.85 seconds to load)
13 examples, 3 failures, 5 pending, 1 error occurred outside of examples
Failed examples:
rspec ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:26 # Manage User with minimal access to group is not allowed to push code via the CLI
rspec ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:39 # Manage User with minimal access to group is not allowed to create a file via the API
rspec ./qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb:52 # Manage User with minimal access to group is not allowed to commit via the API
Screenshot / HTML page
n/a API
Possible fixes
Edited by Will Meek