Tim Pillinger

Results 108 issues of Tim Pillinger

### Description Cylc review does not show removed tasks, and this is not a design decision. This happens becuase `cylc remove` modifies the `task_states` table but not the `task_jobs` table,...

bug
cylc review

### Description * If we experience issues contacting a host, the host is added to bad hosts. * Polling will purposefully exclude bad hosts. * So if there are no...

bug
question

### Description If Jinja2 tries to set a value equal to a script and the script exits non-zero but does not raise an exception the non-daemonized fork of the scheduler...

bug

### Description According to the code the `workflow_state` xtrigger returns the following items as a dictionary: * ``workflow`` * ``task`` * ``point`` * ``offset`` * ``status`` * ``message`` * ``trigger``...

bug
doc

A user points out that a failed task raises both an error and a warning with similar messages, and asks if we can avoid raising _both_. This reflects `did not...

bug

### Reproducible Example ```shell mkdir ~/cylc-src/myflow cd ~/cylc-src/myflow touch flow.cylc cylc lint . ``` Returns traceback ``` File "cylc-flow/cylc/flow/scripts/lint.py", line 1226, in check_cylc_file for _line in linter: ^^^^^^ ``` Because...

bug
question

### Description Play and pause a workflow. run `cylc play --pause ` and the workflow will unpause. ### Expected Behaviour Running `cylc play --pause` on a paused workflow should either...

bug

### Problem Files `cylc/flow/cfgspec/workflow.py` and `globalcfg.py` contain lots of RST which is ingested into the cylc-docs repo. ### Proposed Solution We should build the docs as part of CI when...

infrastructure