-
Notifications
You must be signed in to change notification settings - Fork 50
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
kvs: minor fixes/cleanup #1342
kvs: minor fixes/cleanup #1342
Conversation
Rename to fence_add_request_ops(), which makes more sense.
Remove unnecessary branch check, as ops array is always non-NULL (but can be an empty array).
Check that name is not NULL and nprocs is > 0.
not entirely sure why travis hasn't started this yet, is there a way to kick it? |
You might have to make a minor change and re-push, unless the PR has already been built at least once at https://travis-ci.org/flux-framework/flux-core/pull_requests, in which case you can restart the build via the travis interface there. |
Check that name is not NULL and nprocs is > 0.
1425e3a
to
134370e
Compare
did a tiny change and that seems to have done it. |
hit a #1150, restarted build |
then I hit #1077, restart build |
Looks good, thanks! |
Minor things I fixed up on the way to fixing #1337.