Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: extend wait timeout for test_delete_user() | John L. Villalovos | 2021-02-21 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | 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() | ||||
* | test(api): add functional test for release links API | Nejc Habjan | 2021-02-21 | 1 | -0/+33 |
| | |||||
* | test(cli): add test for job artifacts downloadfix/cli-binary-data | Nejc Habjan | 2020-10-12 | 1 | -0/+30 |
| | |||||
* | chore: apply suggestionsrefactor/split-functional-tests | Nejc Habjan | 2020-10-08 | 1 | -1/+0 |
| | |||||
* | refactor(tests): split functional tests | Nejc Habjan | 2020-10-08 | 1 | -15/+95 |
| | |||||
* | chore: use helper fixtures for test directoriestest/cleanup-env | Nejc Habjan | 2020-09-15 | 1 | -11/+17 |
| | |||||
* | chore: remove unnecessary random function | Nejc Habjan | 2020-09-15 | 1 | -20/+11 |
| | |||||
* | test(env): replace custom scripts with pytest and docker-compose | Nejc Habjan | 2020-09-15 | 1 | -4/+95 |
| | |||||
* | chore(test): use pathlib for pathsfeat/instance-variables-api | Nejc Habjan | 2020-08-31 | 1 | -2/+2 |
| | |||||
* | test(api): add tests for variables API | Nejc Habjan | 2020-08-31 | 1 | -21/+6 |
| | |||||
* | test(cli): convert shell tests to pytest test casestest/pytest-cli-tests | Nejc Habjan | 2020-04-26 | 1 | -0/+171 |