Tim Pillinger
Tim Pillinger
## 22. Upgrade widget recursion **Priority: ** Must fix - produces traceback - RecursionError 1. Load all data 2. Click on `Metadata>Upgrade` 3. Click on one of these buttons ##...
My latest coverages are at https://wwwspice/~tim.pillinger/cov/rose-edit-live/
I have achieved 87% coverage with manual testing. I'm going to suggest that further review/manual testing is probably reaching a point of diminishing returns.
I've had a riffle through the commands and possible options: * Hold and release: In the place of a user I'd expect to be able to hold/release any/all tasks wherever...
> I think the root cause of this issue is the "transient task proxy" objects that are used by task pool in some cases. > > When we create a...
This happened again yesterday, so it's not fully resolved.
> I tested with the complex workflow, the graph didn't produce any errors, but it also didn't layout and left all of the tasks in a long line. I wasn't...
I think this relates to point 5 of [the proposal](https://github.com/cylc/cylc-admin/blob/master/docs/proposal-remove.md): > Cylc should first attempt to kill the job as it serves no further purpose and may cause resource contention...
> If that's the goal, just remove the --flow=none option and rely on default behaviour. What if I want to remove an island task, but not a task in flow...
Note to self: After much investigation I've found that the code around line 620 of `graph_parser.py` expand `a|b` to `a:succeeded|b:succeeded`, but that the same is not tru of `a+|b` which...