Closed
Bug 1108633
Opened 11 years ago
Closed 11 years ago
Runner should run tasks without dependencies in sorted order
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mrrrgn, Assigned: mrrrgn)
Details
Attachments
(1 file)
Runner users have assumed that tasks should be run in sorted order (i.e. a.py runs before b.py) when no dependencies are explicitly added via runner.cfg, however, this is _not_ currently the case. As it stands cleanup tasks are not being run in the correct order the majority of the time, this has been noticed most recently as 'post flight' tasks have been added which reboot the system under certain conditions.
To meet user expectations Runner's topoligical sort should be tweaked so that root nodes/tasks always come out sorted by name as a default.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → winter2718
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8533222 -
Flags: review?(rail)
Comment 2•11 years ago
|
||
Comment on attachment 8533222 [details] [review]
https://github.com/mozilla/build-runner/pull/18
Merged
Attachment #8533222 -
Flags: review?(rail) → review+
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•