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

Back-compat: fix self-suicide: a:fail => !a #4970

Merged
merged 8 commits into from
Jul 7, 2022
Merged

Conversation

hjoliver
Copy link
Member

@hjoliver hjoliver commented Jul 6, 2022

These changes close #4968

Requirements 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.
  • Appropriate tests are included (unit and/or functional).
  • Appropriate change log entry included.
  • No documentation update required.

@hjoliver hjoliver added the bug Something is wrong :( label Jul 6, 2022
@hjoliver hjoliver added this to the cylc-8.0.0 milestone Jul 6, 2022
@hjoliver hjoliver self-assigned this Jul 6, 2022
@hjoliver
Copy link
Member Author

hjoliver commented Jul 7, 2022

OK the fixes didn't break any existing tests 😅 ... now to add a couple of new tests.

@wxtim
Copy link
Member

wxtim commented Jul 7, 2022

On a purely pragmatic test - this appears to fix the workflow of the person who brought the issue to our attention.

cylc/flow/task_pool.py Outdated Show resolved Hide resolved
Copy link
Member

@wxtim wxtim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Read Change (Made a couple of suggestions about documentation.
  • Tests seem to cover the matter, and pass!
  • Works on my copy of the customer's workflow.

hjoliver and others added 4 commits July 7, 2022 22:26
Co-authored-by: Tim Pillinger <26465611+wxtim@users.noreply.github.com>
…suite.rc

Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
…cycling/suite.rc

Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
@MetRonnie MetRonnie merged commit 5e7ffad into cylc:master Jul 7, 2022
@hjoliver hjoliver deleted the fix-4968 branch July 18, 2022 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is wrong :(
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suicide trigger not handled correctly
3 participants