Tim Pillinger

Results 108 issues of Tim Pillinger

Recheck simulation mode settings at runtime if a broadcast might have changed them. If it has, update these settings. A waypoint on the road to [skip mode](https://github.com/cylc/cylc-admin/blob/master/docs/proposal-skip-mode.md). ~Based upon https://github.com/cylc/cylc-flow/pull/5712....

Closes #5883 A single script might have multiple different valid arguments. for example `cylc message` can be either ``` cylc message -- [WORKFLOW JOB [[SEVERITY:]MESSAGE ...]]] __or__ cylc message --...

### Description You can get traceback when simulating execution retries if you haven't set submission retries. ### How to replicate ```bash mkdir -p ~/cylc-src/bugs/5935 cd ~/cylc-src/bugs/5935 cat > flow.cylc waiting...

bug

Closes #5844 Raise an error if a graph has a dependency offset only on the RHS of a graph pair. **Check List** - [x] I have read `CONTRIBUTING.md` and added...

bug

(Unless install symlink creation is under test) The tests in tests/integration/test_install.py rely on the user disabling Symlink creation in thier global config to pass reliably, else they fail on second...

small

… foo=>bar Closes https://github.com/cylc/cylc-flow/issues/5810 **Check List** - [x] I have read `CONTRIBUTING.md` and added my name as a Code Contributor. - [x] Contains logically grouped changes (else tidy your branch...

In the case where a workflow has the following config ```ini # part of a suite.rc [scheduling] [[dependencies]] graph = foo ``` and ```console $ cylc validate WARNING - deprecated...

bug

(Requires closure of https://github.com/PyCQA/flake8-bugbear/issues/451) #5925 Turned of Flake8-Bugbear B038 because it was causing failures. We should fix these failures/decide that they are OK and remove the exception from `tox.ini`. *...

small

Follow on to #5721 : It should be possible to store the expected state and the expected end time of a simulated job in the database, allowing simulated jobs to...

small
BLOCKED
could be better

### Problem It is possible to request invalid platforms be selected from platform groups. This will only show up at runtime. ### Proposed Solution Validate the platforms in `global.cylc[platform groups][]platforms`...

question