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

DAOS-7015 event: proper event handing in case of progress errors #4981

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

mchaarawi
Copy link
Contributor

@mchaarawi mchaarawi commented Mar 12, 2021

  • exit loop if event error is reported to match original behavior

Signed-off-by: Mohamad Chaarawi mohamad.chaarawi@intel.com

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

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

continue;
if (rc)
break;
else
Copy link
Collaborator

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

@daosbuild1
Copy link
Collaborator

- exit loop if event error is reported

Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
@mchaarawi mchaarawi force-pushed the mschaara/event_prog_errs branch from 2f81eac to 6c7bc4e Compare March 12, 2021 14:04
@mchaarawi mchaarawi requested a review from liuxuezhao March 12, 2021 14:04
@daosbuild1 daosbuild1 dismissed their stale review March 12, 2021 14:05

Updated patch

Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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.

Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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.

@mchaarawi mchaarawi requested a review from a team March 15, 2021 19:31
@mchaarawi
Copy link
Contributor Author

mchaarawi commented Mar 15, 2021

@daos-stack/daos-gatekeeper three test failure in:
PoolCreatetests that are happening on other PRs.

The PR to fix those tests is still inflight.

@jolivier23 jolivier23 merged commit 844199f into master Mar 15, 2021
@jolivier23 jolivier23 deleted the mschaara/event_prog_errs branch March 15, 2021 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants