flamenco-manager/flamenco/task_updates_test.gomaster
flamenco-manager/flamenco/task_updates_test.go
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
9e70c40aeb14 | Sybren A. Stüvel (sybren) | Relicensed from GPLv3 to MIT license | Mar 12 | |||
92dff6f3ca3e | Sybren A. Stüvel (sybren) | Fix T61846: more efficient task update check | Feb 26 | |||
5f9bc2e2d452 | Sybren A. Stüvel (sybren) | Limit number of workers that can retry a task after it failed | Feb 19 | |||
e47780a63378 | Sybren A. Stüvel (sybren) | Allow soft-failed tasks to be run by other workers | Feb 19 | |||
e9c67553a372 | Sybren A. Stüvel (sybren) | Soft-fail tasks when there are workers left to retry it | Feb 14 | |||
d62e23d6f89c | Sybren A. Stüvel (sybren) | More detailed testing of task updates when blacklisting | Feb 14 | |||
72c46706ea80 | Sybren A. Stüvel (sybren) | Fix T59491: Manager should detect starvation due to blacklisting | Feb 12 | |||
5735bbee2e16 | Sybren A. Stüvel (sybren) | Upload task log files when requested from the Flamenco Server | Jan 9 | |||
a6e5900f0982 | Sybren A. Stüvel (sybren) | Fix T50981 Worker deallocation from job if fails n tasks | Dec 17 2018 | |||
980b609a79d2 | Sybren A. Stüvel (sybren) | Refuse to let the Worker set a task status to 'active' | Dec 4 2018 | |||
eb6cfe311d8b | Sybren A. Stüvel (sybren) | Only send the last 10 lines of log in `log_tail`, not in `log` | Nov 30 2018 | |||
61fc041b043d | Sybren A. Stüvel (sybren) | Rotate log files when tasks become active | Nov 30 2018 | |||
dba87d034458 | Sybren A. Stüvel (sybren) | Added unit test for log rotation (no implementation yet) | Nov 30 2018 | |||
001bc481a1fc | Sybren A. Stüvel (sybren) | Deduplicated some test code into a single function | Nov 30 2018 | |||
f8aa55a9b898 | Sybren A. Stüvel (sybren) | Added some tests for newline handling | Nov 30 2018 | |||
f809c994ec92 | Sybren A. Stüvel (sybren) | Write task logs to local files instead of sending them all to the Server | Nov 29 2018 | |||
e9824f5469a9 | Sybren A. Stüvel (sybren) | Moved task queue functionality into a TaskUpdateQueue struct | Nov 29 2018 | |||
6a1434b7b36d | Sybren A. Stüvel (sybren) | Moved task-requeueing to TaskScheduler | Nov 28 2018 | |||
edcf5726dcea | Sybren A. Stüvel (sybren) | Removed TimeoutAfter utility function | Nov 9 2018 | |||
80e639128099 | Sybren A. Stüvel (sybren) | Accept log entries for tasks that are no longer runnable | Jun 14 2018 | |||
64c8ede72748 | Sybren A. Stüvel (sybren) | Changed project file layout to be standard golang project layout | Oct 3 2017 |