summaryrefslogtreecommitdiff
path: root/tools/functional
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update gitlab/gitlab-ce docker tag to v13.9.1-ce.0Renovate Bot2021-02-241-1/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.9.0-ce.0Renovate Bot2021-02-221-1/+1
|
* fix: extend wait timeout for test_delete_user()John L. Villalovos2021-02-212-3/+10
| | | | | | | | | | | | | | | | | | | | | | | Have been seeing intermittent failures of the test_delete_user() functional test. Have made the following changes to hopefully resolve the issue and if it still fails to know better why the failure occurred. * Extend the wait timeout for test_delete_user() from 30 to 60 tries of 0.5 seconds each. * Modify wait_for_sidekiq() to return True if sidekiq process terminated. Return False if the timeout expired. * Modify wait_for_sidekiq() to loop through all processes instead of assuming there is only one process. If all processes are not busy then return. * Modify wait_for_sidekiq() to sleep at least once before checking for processes being busy. * Check for True being returned in test_delete_user() call to wait_for_sidekiq()
* Merge pull request #1314 from python-gitlab/feat/release-linksMax Wittig2021-02-213-35/+70
|\ | | | | feat: add release links API support
| * test(api): add functional test for release links APINejc Habjan2021-02-213-35/+70
| |
* | fix: test_update_group() dependency on orderingJohn L. Villalovos2021-02-201-1/+1
|/ | | | | | | | Since there are two groups we can't depend on the one we changed to always be the first one returned. Instead fetch the group we want and then test our assertion against that group.
* chore(deps): update gitlab/gitlab-ce docker tag to v13.8.4-ce.0Renovate Bot2021-02-111-1/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.8.3-ce.0Renovate Bot2021-02-051-1/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.8.2-ce.0Renovate Bot2021-02-041-1/+1
|
* test: ignore failing test for nowMax Wittig2021-01-291-0/+1
|
* chore(deps): update gitlab/gitlab-ce docker tag to v13.8.1-ce.0Renovate Bot2021-01-281-1/+1
|
* chore: move .env into docker-compose dirNejc Habjan2021-01-251-0/+2
|
* feat(tests): test label getterMarvin Scholz2021-01-101-2/+5
|
* test(cli): add test for job artifacts downloadfix/cli-binary-dataNejc Habjan2020-10-123-1/+98
|
* chore: apply suggestionsrefactor/split-functional-testsNejc Habjan2020-10-085-6/+12
|
* refactor(tests): split functional testsNejc Habjan2020-10-0815-1164/+1498
|
* chore: use helper fixtures for test directoriestest/cleanup-envNejc Habjan2020-09-152-12/+18
|
* chore: allow overriding docker-compose env vars for tagNejc Habjan2020-09-151-1/+1
|
* chore: remove unnecessary random functionNejc Habjan2020-09-151-20/+11
|
* test(env): replace custom scripts with pytest and docker-composeNejc Habjan2020-09-158-6/+1445
|
* feat(api): add support for user identity provider deletionfeat/delete-user-identitiesNejc Habjan2020-09-071-0/+20
|
* chore(test): use pathlib for pathsfeat/instance-variables-apiNejc Habjan2020-08-311-2/+2
|
* test(api): add tests for variables APINejc Habjan2020-08-314-21/+94
|
* test(packages): add tests for Packages APINejc Habjan2020-08-293-0/+25
|
* fix: tests fail when using REUSE_CONTAINER optionEric L Frederich2020-08-071-1/+1
| | | | Fixes #1146
* test(cli): convert shell tests to pytest test casestest/pytest-cli-testsNejc Habjan2020-04-262-0/+886