2018-05-23 10.8.1 QA task

Deadline

QA testing on staging.gitlab.com should be completed by 2018-05-24 10:00 UTC. After this deadline has passed, RMs will proceed with the production deployment.

Tasks

General Quality info can be found at the Quality Handbook.

You can use the QA Checklist to ensure you've tested critical features.

For each PM, add a separate section. PMs should fill in the details of the tests they conducted and any issues they've created relating to testing e.g. bugs or regressions.

Changes tested

Check off any features you've tested successfully.

Issues raised

Take note of any issues you've created and check them off as they are resolved.

Automated QA

10.8.1

Please post the results of the gitlab-qa automated QA test below

Run

GITLAB_USERNAME=your_username GITLAB_PASSWORD=your_password gitlab-qa Test::Instance::Any EE latest https://staging.gitlab.com

The credentials are in 1password, look for GitLab QA

QA Result


Finished in 20 minutes 14 seconds (files took 0.31502 seconds to load)
19 examples, 4 failures

Failed examples:

rspec ./qa/specs/features/merge_request/rebase_spec.rb:3 # merge request rebase rebases source branch of merge request
rspec ./qa/specs/features/project/deploy_key_clone_spec.rb:18 # cloning code using a deploy key user sets up a deploy key to clone code using pipelines
rspec ./qa/specs/features/project/create_spec.rb:3 # create a new project user creates a new project
rspec ./qa/specs/features/project/pipelines_spec.rb:9 # CI/CD Pipelines user registers a new specific runner

Randomized with seed 5376

/Users/mayra-cabrera/Documents/code/gitlab-qa/lib/gitlab/qa/docker/shellout.rb:31:in `block in execute!': Docker command `docker run -t --rm --net=bridge --env GITLAB_USERNAME="$GITLAB_USERNAME" --env GITLAB_PASSWORD="$GITLAB_PASSWORD" --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /tmp/gitlab-qa/screenshots:/home/qa/tmp:z --name gitlab-specs-1527110205 gitlab/gitlab-ee-qa:latest Test::Instance https://staging.gitlab.com` failed! (Gitlab::QA::Docker::Shellout::StatusError)
Edited by Douwe Maan