Feature #6596
closedImplement more generic class Job
0%
Description
Class Job was introduced just for singular jobs while, say, validation jobs can have many sub-jobs that actually look very like jobs.
Updated by Evgeny Novikov almost 9 years ago
- Priority changed from Normal to High
It blocks many issues with the high priority.
Updated by Evgeny Novikov over 8 years ago
- Status changed from New to Open
- Priority changed from High to Urgent
We need tests (blocked #6659) otherwise intensive specifications development can give very unpredictable results.
Updated by Evgeny Novikov over 8 years ago
This feature should also include very accurate reporting to Bridge. For instance, at the moment finish reports for sub-jobs aren't sent when some critical issue happens when processing results of sub-jobs. This causes expected status Corrupted for a corresponding job from Bridge.
Updated by Evgeny Novikov over 8 years ago
Besides I expect that #6595 will be fixed together with implementation of this feature.
Updated by Evgeny Novikov over 8 years ago
- Status changed from Open to Resolved
- Published in build set to 56a94e1
Updated by Evgeny Novikov over 8 years ago
- Status changed from Resolved to Closed
The branch was merged to master in 930b115. I performed just a couple of tests, so expect much criticism.