vorta/tests
Bastien 54d8bbe6b1
Implement multiple queues. By @bastiencyr (#1045)
Scheduler now has the ability to run jobs on multiple repositories concurrently and run multiple jobs on one repo (by queuing them).

For each repository, there is one queue. I have represented a queue by a 'site'. Between sites (ie repository), tasks run concurrently. On one site, tasks run one by one. The user also run tasks by adding them to the queue but he can't run multiple backups because start backup button is disabled when a job is running.
2021-10-04 15:31:41 +04:00
..
borg_json_output Put folders first in diff/extract. Fixes #915. By @bastiencyr (#999) 2021-05-30 19:21:27 +04:00
network_manager Handle DBusException in NetworkManagerMonitor (#636) 2020-09-09 08:32:26 +08:00
profile_exports Import/export settings (or bootstrap with default config). By @phihos (#955) 2021-06-05 15:15:38 +04:00
__init__.py Start adding tests. Work on scheduler-tab. (both WIP) 2018-10-31 01:46:37 +08:00
conftest.py Implement multiple queues. By @bastiencyr (#1045) 2021-10-04 15:31:41 +04:00
test_archives.py Implement multiple queues. By @bastiencyr (#1045) 2021-10-04 15:31:41 +04:00
test_borg.py Implement multiple queues. By @bastiencyr (#1045) 2021-10-04 15:31:41 +04:00
test_diff.py Implement multiple queues. By @bastiencyr (#1045) 2021-10-04 15:31:41 +04:00
test_import_export.py Handle malformed .vorta-init.json on import. Fixes #1053. By @phihos (#1054) 2021-08-12 08:32:08 +04:00
test_lock.py Implement multiple queues. By @bastiencyr (#1045) 2021-10-04 15:31:41 +04:00
test_misc.py Fix flaky tests (#788) 2021-02-17 10:14:58 +08:00
test_notifications.py Add macOS notarization, use Github Workflows for testing (#407) 2020-03-03 13:19:36 +08:00
test_profile.py Fix flaky tests (#788) 2021-02-17 10:14:58 +08:00
test_repo.py Implement multiple queues. By @bastiencyr (#1045) 2021-10-04 15:31:41 +04:00
test_schedule.py Add macOS notarization, use Github Workflows for testing (#407) 2020-03-03 13:19:36 +08:00
test_scheduler.py Implement multiple queues. By @bastiencyr (#1045) 2021-10-04 15:31:41 +04:00
test_source.py More test fixes, avoid segfault when quitting (#877) 2021-02-22 09:45:43 +08:00
test_utils.py More test fixes, avoid segfault when quitting (#877) 2021-02-22 09:45:43 +08:00