-
Notifications
You must be signed in to change notification settings - Fork 22
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 invocations to RuleEvaluationService.validateSummaries() to pass valid individualUUID #1159
Closed
1 task done
Comments
@himeshr the implementation rule is fixed right? @cc: @nupoorkhandelwal |
Yes, rule has been fixed in goonj and goonjUat orgs |
I tried with apfodishauat but summery rule is showing there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Created for issue reported in ticket 3179
On any SubjectType's Summary rule failure, currently we fail to capture the actual Summary rule failure, due to missing individualUUID value in invocations to RuleEvaluationService.validateSummaries().
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A ruleFailureTelemetry for SubjectType SummaryRule exception should be created instead
Smartphone (please complete the following information):
Additional context
Issue occurs for Goonj "Dispatch" SubjectType Summary Rule.
Developer Checklist
Developer fixing the bug should fill this checklist.
Test Scenarios
This should result in a RuleFailureTelemetry to be created about SubjectType SummaryRule exception, rather than creating RuleFailureTelemetry about "Exception in HostFunction: Missing value for property 'RuleFailureTelemetry.individualUuid'",
Reference SQL commands
The text was updated successfully, but these errors were encountered: