-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Raise exception during tests for OK service checks sent with messages #9898
Conversation
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Will this cause custom checks that still produce a message to fail?
@djmitche This will only throw exceptions in testing, so it won't affect anything in a live setting. |
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.
Got it, thanks!
Merging in changes in Part 1 to rerun CI. |
What does this PR do?
This PR is Part 2 of 2. See Part 1: #9888
Service checks with status OK should no longer report any messages. This PR adds a check in the aggregator to throw an exception for future integrations.
This PR will be merged in once the first part PR is merged in.
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached