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

Fix #2022 - Invalidate caches on expunge #2029

Merged

Conversation

jamesagnew
Copy link
Collaborator

Fixes #2022

@codecov
Copy link

codecov bot commented Aug 9, 2020

Codecov Report

Merging #2029 into master will increase coverage by 0.01%.
The diff coverage is 69.23%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2029      +/-   ##
============================================
+ Coverage     80.93%   80.94%   +0.01%     
- Complexity    15792    15829      +37     
============================================
  Files          1117     1120       +3     
  Lines         58896    58977      +81     
  Branches       9038     9050      +12     
============================================
+ Hits          47667    47739      +72     
- Misses         7734     7739       +5     
- Partials       3495     3499       +4     
Impacted Files Coverage Δ Complexity Δ
...ava/ca/uhn/fhir/jpa/dao/index/IdHelperService.java 92.71% <60.00%> (ø) 52.00 <3.00> (ø)
...n/fhir/jpa/dao/expunge/ResourceExpungeService.java 86.20% <100.00%> (+0.36%) 37.00 <0.00> (ø)
...r-base/src/main/java/ca/uhn/fhir/util/UrlUtil.java 72.76% <0.00%> (-2.11%) 67.00% <0.00%> (ø%)
...a/uhn/fhir/jpa/empi/broker/EmpiMessageHandler.java 48.07% <0.00%> (-0.95%) 8.00% <0.00%> (ø%)
...a/ca/uhn/fhir/jpa/dao/BaseHapiFhirResourceDao.java 92.17% <0.00%> (-0.02%) 207.00% <0.00%> (ø%)
...a/ca/uhn/fhir/jpa/empi/svc/EmpiSearchParamSvc.java 100.00% <0.00%> (ø) 10.00% <0.00%> (+3.00%)
...a/uhn/fhir/jpa/empi/config/EmpiConsumerConfig.java 100.00% <0.00%> (ø) 32.00% <0.00%> (+1.00%)
...ir/jpa/interceptor/CascadingDeleteInterceptor.java 93.65% <0.00%> (ø) 15.00% <0.00%> (ø%)
...chparam/extractor/SearchParamExtractorService.java 93.58% <0.00%> (ø) 45.00% <0.00%> (ø%)
...asedReferentialIntegrityForDeletesInterceptor.java 92.59% <0.00%> (ø) 9.00% <0.00%> (?%)
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 750d693...257242e. Read the comment docs.

@jamesagnew jamesagnew merged commit 8f6d08d into master Aug 9, 2020
@jamesagnew jamesagnew deleted the ja_2022_20200809_invalidate_cachhes_after_expunge.yaml branch August 9, 2020 18:14
jvitrifork pushed a commit to trifork/hapi-fhir that referenced this pull request Aug 11, 2020
* Fix hapifhir#2022 - Invalidate caches on expunge

* Rename changelog file
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.

IdHelperService Cache not cleared when using expunge
1 participant