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

We observed that a case family list is processed twice when a case ha… #689

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

MartinYSpasov
Copy link
Contributor

JIRA link (if applicable)

https://tools.hmcts.net/jira/browse/LAU-1045

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

…s more than one child or when a child case belongs to multiple parents.
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot deployed to preview December 2, 2024 16:21 Active
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot deployed to preview December 2, 2024 17:00 Active
@MartinYSpasov MartinYSpasov force-pushed the LAU-1045-fix-rate-limiting branch from 3e5da7d to 6e60e1e Compare December 5, 2024 12:47
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot deployed to preview December 5, 2024 12:53 Active
verify(caseDeletionService, times(1)).deleteLinkedCaseFamilies(List.of(caseFamily3));
verify(caseDeletionResolver, times(1)).logCaseDeletion(anyList(),anyList());
}

}
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add Integration Test as well for these scenarios

@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot deployed to preview December 6, 2024 15:16 Active
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot deployed to preview December 9, 2024 14:33 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants