Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made execution time limit unsettable by reload or broadcast. #5902

Merged
merged 6 commits into from
Jan 11, 2024

Conversation

wxtim
Copy link
Member

@wxtim wxtim commented Jan 3, 2024

Closes #5891

Formerly a suppress statement was supressing cases when we wanted to set itask.summary['execution time limit'] = None.

Added tests.

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included (or explain why tests are not needed).
  • CHANGES.md entry included if this is a change that can affect users
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX. Not req'd
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@wxtim wxtim self-assigned this Jan 3, 2024
@wxtim wxtim added the bug label Jan 3, 2024
@wxtim wxtim added this to the cylc-8.2.4 milestone Jan 3, 2024
@wxtim wxtim linked an issue Jan 3, 2024 that may be closed by this pull request
Formerly a suppress statement was supressing cases when we
wanted to set itask.summary['execution time limit'] = None.

Added tests.
cylc/flow/task_job_mgr.py Outdated Show resolved Hide resolved
tests/integration/test_task_job_mgr.py Show resolved Hide resolved
wxtim and others added 2 commits January 4, 2024 08:59
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
Test broadcast using _prep_submit_task_job
rather than _prep_submit_task_job_impl so that
the fake broadcast is applied.
changes.d/5902.fix.md Outdated Show resolved Hide resolved
cylc/flow/task_job_mgr.py Outdated Show resolved Hide resolved
wxtim and others added 2 commits January 9, 2024 14:24
Co-authored-by: Hilary James Oliver <hilary.j.oliver@gmail.com>
@wxtim wxtim requested a review from hjoliver January 9, 2024 15:35
@markgrahamdawson markgrahamdawson merged commit 2ec98dd into cylc:8.2.x Jan 11, 2024
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clearing execution time limit does not work
4 participants