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

Fix reload with stop point #2546

Merged
merged 1 commit into from
Jan 23, 2018

Conversation

matthewrmshin
Copy link
Contributor

@matthewrmshin matthewrmshin commented Jan 17, 2018

Reload will no longer reset existing stop point. This is one way to fix #2535 and fix #2536.

@matthewrmshin matthewrmshin added this to the next release milestone Jan 17, 2018
@matthewrmshin matthewrmshin self-assigned this Jan 17, 2018
@matthewrmshin
Copy link
Contributor Author

(Travis CI failure will be fixed by #2539.)

Reload will no longer reset existing stop point.
2016-07-08T14:53:12+01 INFO - Initial point: 1
2016-07-08T14:53:12+01 INFO - Final point: 5
2016-07-08T14:53:12+01 INFO - [set-stop-point.1] -triggered off []
2016-07-08T14:53:19+01 INFO - [reload.1] -triggered off ['set-stop-point.1']
Copy link
Collaborator

@sadielbartholomew sadielbartholomew Jan 23, 2018

Choose a reason for hiding this comment

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

This highlights the usefulness of a revamped suite log as outlined in #1032 - with a line (or a note in the 'stopping' notification near the end) conveying the setting of a stop point via a cylc stop <suite name> <stop point> command it would be clear the suite doesn't shutdown erroneously before the FCP.

Copy link
Member

@hjoliver hjoliver left a comment

Choose a reason for hiding this comment

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

looks good

@hjoliver hjoliver merged commit e5ecb4f into cylc:master Jan 23, 2018
@matthewrmshin matthewrmshin deleted the fix-reload-stop-point-issue branch January 24, 2018 06:48
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.

Run to stop at message out of sync after reload Suite stop can be overwritten by reload
3 participants