Ronnie Dutta
Ronnie Dutta
In case a task went through >1 state change since the last poll, always process the all outputs gleaned from the job poll info. However this means that repeated polls...
Noticed that this help text wasn't correct during review of #6478 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains...
Supersedes https://github.com/MetRonnie/cylc-flow/pull/36 Fixes bug uncovered in #6745: > Test failure `tests/functional/workflow-host-self-id/00-address.t` seems to be an uncovered bug: > > ```python > >>> from cylc.flow.hostuserutil import is_remote_host, get_host_ip_by_name > >>> is_remote_host(get_host_ip_by_name('localhost'))...
`cylc install` from different source directory claims to have failed despite still copying the files
### Reproducible Example ```console $ cd ~/cylc-src $ cylc install thing INSTALLED thing/run1 from ~/cylc-src/thing $ ls ~/cylc-run/thing _cylc-install run1 runN $ cd ~/Documents/thing $ cylc install WorkflowFilesError: Failed to...
**Describe exactly what you would like to see in an upcoming release** Example: ```console $ cylc clean running_workflow WARNING - Cannot clean running workflow Mist. workflow contact file exists: ......
Spotted in pytest output #### [`datetime.utcnow()`](https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow) > Deprecated since version 3.12: Use [datetime.now()](https://docs.python.org/3/library/datetime.html#datetime.datetime.now) with [UTC](https://docs.python.org/3/library/datetime.html#datetime.UTC) instead. > [!NOTE] > There is a risk with this because using comparison operators (e.g....
Partially reverts / follow-up to #6610 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy...
> ``` > >>> now = 2020-10-19T13:53Z > >>> next(--10-19) > 2020-10-19T00:00Z > ``` is a https://github.com/cylc/cylc-flow/labels/bug because it returns a datetime that is in the past! It should be...
Supersedes https://github.com/cylc/cylc-ui/pull/1050 Old (left), new (right): **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy...
Follow-up to #2290 / #2023 Couple of options for improving the tab titles (not mutually exclusive) > we could use a symbol for the view type (saves a few chars)...