Aleksandra Martyniuk
169dfaf037
test: add test for abort while a task is being unregistered
...
(cherry picked from commit 50cb797d95 )
2024-06-22 15:47:03 +02:00
Aleksandra Martyniuk
50e1369d1d
test: rest_api: add test for task tree structure
...
Add test which checks whether the tasks are folded into their parent
as expected.
(cherry picked from commit d7e80a6520 )
2024-06-04 14:42:10 +00:00
Aleksandra Martyniuk
629f893355
test: rewrite wait_task test
...
Rewrite test that checks whether task_manager/wait_task works properly.
The old version didn't work. Delete functions used in old version.
2023-08-04 13:34:58 +02:00
Aleksandra Martyniuk
2e54a322fb
test: add test checking response status when requested module does not exist
2023-06-07 14:49:48 +02:00
Aleksandra Martyniuk
7b5e653fc9
test: use functions from task_manager_utils.py in test_task_manager.py
2023-02-14 13:34:11 +01:00
Aleksandra Martyniuk
02931163ef
test: add task_manager_utils.py
...
Task manager api will be used in many tests. Thus, to make it easier
api calls to task manager are wrapped into functions in task_manager_utils.py.
Some helpers that may be reused in other tests are moved there too.
2023-02-14 13:34:04 +01:00
Aleksandra Martyniuk
fcb3f76e78
test: add test checking recursive task status
...
Rest api test checking whether task manager api returns recursive tasks'
statuses properly in BFS order.
2023-01-11 12:34:17 +01:00
Aleksandra Martyniuk
b0ed4d1f0f
tests: check ttl on different shards
...
Test checking if ttl is properly set is extended to check
whether the ttl value is changed on non-zero shard.
2022-11-09 16:58:46 +02:00
Aleksandra Martyniuk
55cd8fe3bf
test: task manager api test
...
Test of a task manager api.
2022-09-09 14:29:28 +02:00