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