-
Notifications
You must be signed in to change notification settings - Fork 51
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
flux-job(1): update WAIT section #5042
Conversation
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, just one english error below.
doc/man1/flux-job.rst
Outdated
|
||
When run with a jobid argument, ``flux job wait`` blocks until the specified | ||
job completes. If the job was successful, it silently exits with a code of | ||
zero. If the has failed, an error is printed on stderr, and it exits with |
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.
If the has failed -> If it has failed? If the job has failed?
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.
Thanks - fixed tthat one but realized I should also note that flux job wait
currently fails for both a failed job and no more waitable jobs.
Force pushed that change. The
|
Codecov Report
@@ Coverage Diff @@
## master #5042 +/- ##
==========================================
- Coverage 83.59% 83.13% -0.46%
==========================================
Files 441 444 +3
Lines 74815 76263 +1448
==========================================
+ Hits 62544 63404 +860
- Misses 12271 12859 +588 |
Restarted the |
Problem: the man page entry for flux job wait does not adequately describe the design of waitable jobs. Rework this section to emphasize the underlying design. Fixes flux-framework#5038
Problem: the man page entry for flux job wait does not adequately describe the design of waitable jobs.
Rework this section to emphasize the underlying design.
Fixes #5038