Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
AgeCommit message (Collapse)Author
2019-03-05Fix QA Auto DevOps push after adding clusterDylan Griffith
This is necessary because otherwise the push will trigger a pipeline that does not include a production deployment job.
2019-03-05Script to generate Perf TestdataRamya Authappan
2019-03-04Quarantine git protocol v2 testsMark Lapierre
2019-03-04Merge branch 'qa-staging-21-de-quarantine-tests' into 'master'Ramya Authappan
De-quarantine project activity test Closes gitlab-org/quality/staging#21 See merge request gitlab-org/gitlab-ce!25630
2019-03-01Merge branch 'qa-raise-error-when-repository-command-fail' into 'master'Mark Lapierre
[QA] Fail early if a Git command fails Closes #54653 See merge request gitlab-org/gitlab-ce!23450
2019-02-28Link to instructions to run SSH tests on GDKMark Lapierre
2019-02-28Merge branch 'qa-dd-refactor-autodevops-spec' into 'master'Dan Davison
Pare down create_project_with_auto_devops_spec See merge request gitlab-org/gitlab-ce!25577
2019-02-28[QA] Fail early if a Git command failsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-28Revert "Quarantine GitHub OAuth test"Sanad Liaquat
This reverts commit 970576c5c6a94edd93dd822ede7b82e73c71fea9.
2019-02-28Quarantine GitHub OAuth testSanad Liaquat
2019-02-28De-quarantine project activity testSanad Liaquat
2019-02-27Default rbac to true for the KubernetesCluster Serviceddavison
Signed-off-by: ddavison <ddavison@gitlab.com>
2019-02-27Merge branch 'qa-fix-import-github-repo-spec-2' into 'master'Ramya Authappan
Fix `import_github_repo_spec.rb` Closes #55700 See merge request gitlab-org/gitlab-ce!25133
2019-02-27Quarantine failing specSanad Liaquat
2019-02-27Pare down create_project_with_auto_devops_specddavison
For now only test RBAC disabled Remove superfluous statements that waste time Signed-off-by: ddavison <ddavison@gitlab.com>
2019-02-25Update GitHub Import testSanad Liaquat
Removes the unnecessary :orchestrated tag and updates a few selectors. Also wait_for_success for import before proceeding. The test is currently placed in quarantine because of a bug.
2019-02-21Merge branch '57930-create-smoke-test-for-autodevops' into 'master'Dan Davison
Resolve "Create smoke test for AutoDevOps" Closes #57930 See merge request gitlab-org/gitlab-ce!25442
2019-02-21Add smoke test for autodevopsddavison
Add tag validation on pipeline page
2019-02-20Merge branch 'qa-ml-quarantine-push-over-http-file-size-spec' into 'master'Sanad Liaquat
Quarantine failing test See merge request gitlab-org/gitlab-ce!25424
2019-02-20Added id to the namespace name generationTomislav Nikic
Removed quarantine tag from the squash merges test;
2019-02-20Quarantine failing testMark Lapierre
2019-02-20Merge branch 'docs-update-qa-e2e-vs-unit-specs' into 'master'Rémy Coutable
Update QA docs: clarify spec vs. specs/features and use end-to-end instead of integration See merge request gitlab-org/gitlab-ce!25413
2019-02-20Merge branch '57921-qa-auto-devops-improvements' into 'master'Mark Lapierre
Refactor/simplify Auto DevOps QA spec Closes #57921 See merge request gitlab-org/gitlab-ce!25401
2019-02-20Update QA docsMark Lapierre
Use consistent language (end-to-end instead of integration). Clarify purpose of `qa/specs/features/` vs. `spec`
2019-02-19Merge branch 'qa-team-tasks-92-test-failure-retries' into 'master'Mark Lapierre
Retry failing tests Closes gitlab-org/quality/team-tasks#92 See merge request gitlab-org/gitlab-ce!25391
2019-02-19Refactor/simplify Auto DevOps QA specDylan Griffith
2019-02-19Merge branch 'fix-auto-devops-qa-domain-wait-for-build' into 'master'Mark Lapierre
Fixes for Auto DevOps QA specs See merge request gitlab-org/gitlab-ce!25275
2019-02-19Retry failed tests with rspec-retrySanad Liaquat
Does not retry if tagged :quarantine. Also adds unit tests.
2019-02-19Refactor select_*_filter methodsSanad Liaquat
Also use refactor retry_on_excpetion and use it in select_*_filter methods
2019-02-18Merge branch 'qa-ml-add-label-selector' into 'master'Rémy Coutable
Fix failing e2e test: qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb Closes gitlab-org/quality/staging#38 See merge request gitlab-org/gitlab-ce!25304
2019-02-18Un quarantine testsSanad Liaquat
2019-02-15Fix failing e2e labels testMark Lapierre
On staging new projects now have existing labels, which displays a different layout causing a test to fail because an expexted image is not displayed. There is a similar image shown on the page with existing labels, so this change adds a selector so the test can successfully wait for the image to appear.
2019-02-15Fix waiting for spec failures in QA Build specsDylan Griffith
The waiting logic on the build page was flaky or just not really working. Waiting for the spinner to not be present seemed to not work and we were regularly still seeing the spinner in our build failure screenshots (eg. https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/161759351 )
2019-02-15Fix setting domain in QA Auto DevOps specsDylan Griffith
The domain name setting was not doing anything (as far as I could tell). Now we set the input and save the form. This was a regression introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580/diffs
2019-02-15Merge branch 'import-go-to-project-cta-nibble-backend' into 'master'Lin Jen-Shin
BE Improve the GitHub and Gitea import feature table interface See merge request gitlab-org/gitlab-ce!24606
2019-02-14Move server responding check to scenario before hookMark Lapierre
This checks that the server is responding before any other actions, including before trying to add a license.
2019-02-14Skip contexts in quarantineMark Lapierre
This avoids running before/after blocks for tests that are in quarantine
2019-02-13Improve the GitHub and Gitea import feature table interfaceLuke Bennett
These are frontend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
2019-02-12Merge branch 'qa-nightly-72-stablize-select-kind' into 'master'Dan Davison
Stablize select_kind using retry_on_exception Closes gitlab-org/quality/nightly#72 See merge request gitlab-org/gitlab-ce!25027
2019-02-12Add back the :quarantine tagSanad Liaquat
2019-02-11[CE] Improve `wait_for_push`Mark Lapierre
2019-02-11Merge branch 'qa-staging-32-fix-create-project-spec' into 'master'Ramya Authappan
Fix create_project_spec Closes gitlab-org/quality/staging#32 See merge request gitlab-org/gitlab-ce!25029
2019-02-08Wait for viewers to loadSanad Liaquat
Adds qa-spinner class and wait for it to go away before making assertions.
2019-02-08Use search_and_select instead of select_itemSanad Liaquat
2019-02-08Stablize select kind using retry_on_exceptionSanad Liaquat
Introduces retry_on_exception and renames with_retry to retry_unti so its purpose is clear in presense of retry_on_exception.
2019-02-07Merge branch 'qa-quarantine-flaky-tests' into 'master'Mark Lapierre
Quarantine flaky tests See merge request gitlab-org/gitlab-ce!25015
2019-02-07Merge branch 'qa-check-server-responding-before-suit' into 'master'Mark Lapierre
Wait for login page to load at the beginning of QA suite See merge request gitlab-org/gitlab-ce!24991
2019-02-07Quarantine flaky testsMark Lapierre
See issues: https://gitlab.com/gitlab-org/quality/nightly/issues/70 https://gitlab.com/gitlab-org/quality/nightly/issues/72 https://gitlab.com/gitlab-org/quality/staging/issues/21 https://gitlab.com/gitlab-org/quality/staging/issues/31 https://gitlab.com/gitlab-org/quality/staging/issues/30 https://gitlab.com/gitlab-org/quality/staging/issues/26
2019-02-07Load login page only if gitlab_address is definedSanad Liaquat
2019-02-07Wait for login page to load at the beginning of QA suiteSanad Liaquat