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 resource reindexing on partitioned seerver #2468

Merged
merged 6 commits into from Mar 12, 2021

Conversation

jamesagnew
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #2468 (d3fb9a4) into master (e09741c) will increase coverage by 0.02%.
The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2468      +/-   ##
============================================
+ Coverage     81.15%   81.17%   +0.02%     
- Complexity    17747    17753       +6     
============================================
  Files          1211     1211              
  Lines         65173    65180       +7     
  Branches      10063    10064       +1     
============================================
+ Hits          52894    52913      +19     
+ Misses         8295     8281      -14     
- Partials       3984     3986       +2     
Impacted Files Coverage Δ Complexity Δ
...java/ca/uhn/fhir/jpa/api/dao/IFhirResourceDao.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...a/ca/uhn/fhir/jpa/dao/BaseHapiFhirResourceDao.java 92.35% <83.33%> (+0.03%) 235.00 <1.00> (+2.00)
...va/ca/uhn/fhir/rest/param/BaseParamWithPrefix.java 94.28% <100.00%> (-5.72%) 18.00 <0.00> (+1.00) ⬇️
.../jpa/search/reindex/ResourceReindexingSvcImpl.java 90.03% <100.00%> (ø) 49.00 <0.00> (ø)
...va/ca/uhn/fhir/model/primitive/BaseDateTimeDt.java 63.39% <0.00%> (-0.66%) 50.00% <0.00%> (-2.00%)
...rver/interceptor/ExceptionHandlingInterceptor.java 79.45% <0.00%> (+2.73%) 20.00% <0.00%> (+1.00%)
.../rest/server/provider/ResourceProviderFactory.java 80.00% <0.00%> (+15.00%) 6.00% <0.00%> (+1.00%)
...n/fhir/jpa/config/HapiFhirHibernateJpaDialect.java 90.32% <0.00%> (+16.12%) 13.00% <0.00%> (+1.00%)
... and 3 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 2633cbd...d3fb9a4. Read the comment docs.

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.

None yet

1 participant