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

Updates tests for converter idempotency #1205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bashir2
Copy link
Collaborator

@bashir2 bashir2 commented Oct 1, 2024

Description of what I changed

Fixes #1003.

E2E test

TESTED:

Please replace this with a description of how you tested your PR beyond the
automated e2e/unit tests.

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

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.37%. Comparing base (491e9ca) to head (336b464).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1205      +/-   ##
============================================
+ Coverage     51.34%   51.37%   +0.03%     
  Complexity      711      711              
============================================
  Files            95       95              
  Lines          5886     5886              
  Branches        781      781              
============================================
+ Hits           3022     3024       +2     
+ Misses         2578     2576       -2     
  Partials        286      286              

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

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.

Keep the resource IDs consistent when the objects are converted from HAPI->Avro->HAPI.
2 participants