Async/test/base
Abel Hoogeveen 20994674a4
All checks were successful
continuous-integration/drone/push Build is passing
Finished tasks are no longer loaded in SuperVisor.
By adding a parameter in TaskStorage, it is now possible to distinguish between finished and unfinished tasks.
Finished tasks are those tasks that have a status of Task::COMPLETED or Task::CANCELLED. Unfinished tasks are all others.

This allows the SuperVisor to not bother with the mountain of tasks that will be saved during large projects.
2020-06-05 16:35:15 +02:00
..
DependenciesTest.php Implemented proper dependencies. 2020-06-05 15:23:21 +02:00
ShellExecutorTest.php Implemented Parent Handlers. 2020-06-03 17:00:44 +02:00
ShellWorkerTest.php Return all output when providing attempt = 0. 2020-06-04 21:58:22 +02:00
TaskStorageTest.php Finished tasks are no longer loaded in SuperVisor. 2020-06-05 16:35:15 +02:00
TaskTest.php Implemented proper dependencies. 2020-06-05 15:23:21 +02:00