-
Notifications
You must be signed in to change notification settings - Fork 36
SO-6485: Propagate total component counts in BranchCompareResult #1419
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
base: 9.x
Are you sure you want to change the base?
Conversation
This functionality was removed in commit d27a406 but is still needed when the itemized changes can not be sent to clients in their entirety due to resource limitations.
| // These descriptions are registered as changed components for some reason, possibly due to language refset members | ||
| assertThat(compare.getChangedComponents()) | ||
| .hasSize(1) | ||
| .containsAnyElementsOf(newDescriptionIds); |
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.
This test gives a suprising result here but we haven't figured it out yet. @cmark any guesses?
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 9.x #1419 +/- ##
============================================
+ Coverage 64.40% 64.43% +0.03%
- Complexity 12791 12809 +18
============================================
Files 1620 1620
Lines 57761 57815 +54
Branches 5682 5685 +3
============================================
+ Hits 37199 37254 +55
Misses 18189 18189
+ Partials 2373 2372 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Other than the flaky test, the change itself looks good to me!
Jira: https://snowowl.atlassian.net/browse/SO-6485