-
Notifications
You must be signed in to change notification settings - Fork 306
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
DAOS-7015 event: proper event handing in case of progress errors #4981
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.
Style warning(s) for job https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-4981/1/
Please review https://wiki.hpdd.intel.com/display/DC/Coding+Rules
src/client/api/event.c
Outdated
continue; | ||
if (rc) | ||
break; | ||
else |
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.
(style) else is not generally useful after a break or return
Test stage checkpatch completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-4981/1/execution/node/72/log |
- exit loop if event error is reported Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
2f81eac
to
6c7bc4e
Compare
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. No errors found by checkpatch.
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. No errors found by checkpatch.
@daos-stack/daos-gatekeeper three test failure in: The PR to fix those tests is still inflight. |
Signed-off-by: Mohamad Chaarawi mohamad.chaarawi@intel.com