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

tests for fix ref integrity with client assigned ids #6523

Merged

Conversation

jdar8
Copy link
Collaborator

@jdar8 jdar8 commented Nov 28, 2024

This PR only contains unit tests for #6476. My original PR contained these tests + a fix, however, IdHelperService was recently refactored as part of #6460. This refactor fixed the bug, but I thought it would still be good to include these unit tests.

Closes #6476

Copy link

Formatting check succeeded!

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.17%. Comparing base (406db33) to head (25c4d0b).
Report is 134 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6523      +/-   ##
============================================
- Coverage     83.54%   83.17%   -0.37%     
- Complexity    27432    28180     +748     
============================================
  Files          1707     1778      +71     
  Lines        106185   110123    +3938     
  Branches      13397    13848     +451     
============================================
+ Hits          88710    91596    +2886     
- Misses        11750    12560     +810     
- Partials       5725     5967     +242     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmarchionatto jmarchionatto merged commit 7c385de into master Dec 12, 2024
66 of 67 checks passed
@jmarchionatto jmarchionatto deleted the jd-20241113-fix-ref-integrity-with-client-assigned-ids-2 branch December 12, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug with Referential Integrity on Write when Referencing Resources with Client Assigned IDs by PID
3 participants