-
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
Integer flow labels with flow metadata. #4300
Conversation
|
94b155b
to
62c4303
Compare
f53dbd7
to
0db5464
Compare
|
8711c3e
to
d157621
Compare
f617770
to
7f29be3
Compare
rebased |
(This one needs to go in soon; |
7f29be3
to
64e66ce
Compare
@oliver-sanders - plz reassign etc. according to time and availability! |
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.
Wow, this one got big. Code looks good, still need to test.
64e66ce
to
548583f
Compare
(comments addressed, and rebased) |
81437de
to
2e49473
Compare
530c218
to
6262d16
Compare
ee97345
to
4683b26
Compare
Gnarly rebase after merging the runahead branch 😬 |
4683b26
to
f6cace4
Compare
f6cace4
to
07004d7
Compare
(rebased and deconflicted again) |
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 have read the code, checked out the branch and run the tests locally. I have not spotted any problems in the logic and workflows are running smoothly for me. Minor notes, a broken f string and a missing arg doc.
The two failures I am getting are also failing for me on master: tests/functional/reload/20-stop-point.t
and tests/functional/job-submission/16-timeout.t
. I shall have a look into these tomorrow when I have more time.
This change looks good to me, and the logs look tidier which is great. Approved!
Co-authored-by: Melanie Hall <37735232+datamel@users.noreply.github.com>
Thanks @datamel, applied your suggestions, merging now 🎉 |
Supersede #4287 (post side-meeting discussion)
Close #3744
REBASED ON TOP OF #4343 - will un-draft this when that's mergedcylc stop --flow=INT
stops a flow by removing the INT label from all task proxies that have itExample showing flow number and task state-change logging:
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.py
andconda-environment.yml
.