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

Re-throw FHIR client exceptions #1112

Merged
merged 3 commits into from
Aug 2, 2024
Merged

Re-throw FHIR client exceptions #1112

merged 3 commits into from
Aug 2, 2024

Conversation

bashir2
Copy link
Collaborator

@bashir2 bashir2 commented Jul 5, 2024

Description of what I changed

This fixes #1109; see this comment for details.

E2E test

TESTED:

Relied on unit/e2e tests but will also ask @jakubadamek to test this in his load-testing environment.

Checklist: I completed these to help reviewers :)

  • I have read and will follow the review process.

  • I am familiar with Google Style Guides for the language I have coded in.

    No? Please take some time and review Java and Python style guides.

  • My IDE is configured to follow the Google code styles.

    No? Unsure? -> configure your IDE.

  • I have added tests to cover my changes. (If you refactored existing code that was well tested you do not have to add tests)

  • I ran mvn clean package right before creating this pull request and added all formatting changes to my commit.

  • All new and existing tests passed.

  • My pull request is based on the latest changes of the master branch.

    No? Unsure? -> execute command git pull --rebase upstream master

@bashir2 bashir2 requested a review from jakubadamek July 5, 2024 22:42
@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 51.78%. Comparing base (0c1e6e2) to head (797041c).

Files Patch % Lines
...java/com/google/fhir/analytics/FhirSearchUtil.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1112   +/-   ##
=========================================
  Coverage     51.78%   51.78%           
  Complexity      669      669           
=========================================
  Files            95       95           
  Lines          5577     5577           
  Branches        724      724           
=========================================
  Hits           2888     2888           
  Misses         2410     2410           
  Partials        279      279           

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

jakubadamek added a commit to jakubadamek/fhir-data-pipes that referenced this pull request Jul 6, 2024
@bashir2
Copy link
Collaborator Author

bashir2 commented Jul 30, 2024

@chandrashekar-s I like to close this PR and #1109 too; can you please take a look. The real underlying issue is this on the HAPI side but the specific issue of "missing resources" should be fixed by this.

Copy link
Collaborator

@chandrashekar-s chandrashekar-s left a comment

Choose a reason for hiding this comment

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

LGTM

@bashir2 bashir2 merged commit 23874f7 into google:master Aug 2, 2024
6 checks passed
@bashir2 bashir2 deleted the httpTimeout branch August 2, 2024 02:48
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.

FhirEtl misses resources
3 participants