-
Notifications
You must be signed in to change notification settings - Fork 363
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
implement recovery for issues #985
implement recovery for issues #985
Conversation
@jmecosta checks failing |
One of the import reports it test is failing g. I will check tonight |
fix message
cc32c0c
to
b90c121
Compare
@guwirth test should be fixed now, however the builds are not running? do you know anything about it |
took a bit of time, but its building |
Hi @jmecosta, except this
it looks good to me. Thx for providing this. Regards, |
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.
@jmecosta other possibility could be to create always only a warning because ValidateRecovery is creating an error ERROR_RECOVERY_KEY == "False".
@@ -84,7 +84,8 @@ public void execute(SensorContext context) { | |||
LOG.debug("{} processed = {}", metric == null ? "Issues" : metric.getName(), | |||
violationsCount - prevViolationsCount); | |||
} catch (EmptyReportException e) { | |||
LOG.warn("The report '{}' seems to be empty, ignoring.", report); | |||
LOG.error("The report '{}' seems to be empty.", report); |
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.
@jmecosta not sure if this error message is right? For my understanding:
- in case of CxxPlugin.ERROR_RECOVERY_KEY == "True" this is a warning only?
- in case of CxxPlugin.ERROR_RECOVERY_KEY == "False" this is an error?
Yep I will revert that, just seem logic at that time. On Tue, 1 Nov 2016 20:32 Günter Wirth, [email protected] wrote:
|
@guwirth should be ok now |
finish #758