-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix/health shutdown #42
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, thanks for including the mocks.
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
Since we've now included the mocks, we can remove the generation from the unit test job |
Motivation
The health check shutdown did not work properly. Due to an uninitialized channel the shutdown could not be performed, the sparrow would have been blocked.
Additionally, I have rm the moq files from gitignore @puffitos. Should be pushed to repo.
Changes
For additional information look at the commits.
Tests done