-
Notifications
You must be signed in to change notification settings - Fork 94
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
reload: preserve retry xtriggers on reload #5040
Conversation
* Closes cylc#4866 * Reload causes new instances of each task to be created. * The attributes of the old instances are copied onto the new ones. * Xtriggers were not copied so were lost. * This means that all xtriggers were effectively deleted on reload.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# should be long enough for the reload to complete | ||
# (annoyingly we can't make this event driven) | ||
execution retry delays = PT1M |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be worth moving this test into tests/flakyfunctional
and possibly cutting down this delay, in order that it doesn't hog time in the tests/functional
runs on GH Actions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No evidence that it's flaky, yet, so no need to bump it in there.
(FYI: flakyfunction is kinda pointless, not all flakyfunctional tests are flaky and not all functional tests aren't, would like to get rid of this one day...).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, just conscious of the fact we are approaching the timeout limit on GH Actions. May have to either increase the limit or add an extra chunk soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch 👍
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
andconda-environment.yml
.