Actions
Feature #7223
closedUse Klever extensions to Python multiprocessing for deciding sub-jobs in parallel
Start date:
05/19/2016
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
At the moment when decision of some sub-job fails decisions of other sub-jobs are terminated using standard means of Python multiprocessing. Although this likely works well it leads to a job status Corrupted since it doesn't deal carefully with reports uploading. Switching to Klever extensions to multiprocessing should help.
In addition I suggest to improve Klever extensions to Python multiprocessing so that they will be more robust, in particular there won't be any hang ups any more.
Updated by Evgeny Novikov about 7 years ago
- Assignee changed from Evgeny Novikov to Ilja Zakharov
- Priority changed from High to Urgent
- Target version set to 1.0
Ilja did this and much more before implementing a new approach for evaluating a verification progress - issue #8446, branch 8149-new-progress.
Updated by Evgeny Novikov about 7 years ago
- Status changed from Resolved to Closed
I merged the branch to master in 459f75e7.
Actions