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

Resolve 5790 Prefix a unit test log for hibernate exception in HapiFhirHibernateJpaDialect #5791

Conversation

TynerGjs
Copy link
Contributor

@TynerGjs TynerGjs commented Mar 19, 2024

What was done:

  • prefixed the log message with "Unit test: " to avoid confusion in testing environments.

@TynerGjs TynerGjs changed the title prefixed the log message with "Unit test: " Resolve 5790 Prefix a unit test log for hibernate exception in HapiFhirHibernateJpaDialect Mar 19, 2024
Copy link

Formatting check succeeded!

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.39%. Comparing base (497b9f2) to head (ea569f4).
Report is 15 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5791      +/-   ##
============================================
- Coverage     83.39%   83.39%   -0.01%     
- Complexity    26927    26931       +4     
============================================
  Files          1681     1681              
  Lines        103965   104000      +35     
  Branches      13189    13193       +4     
============================================
+ Hits          86702    86726      +24     
- Misses        11613    11622       +9     
- Partials       5650     5652       +2     

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

@lukedegruchy lukedegruchy merged commit 4a726dd into master Mar 20, 2024
65 of 66 checks passed
@lukedegruchy lukedegruchy deleted the 5790-prefix-a-unit-test-log-for-hibernate-exception-in-hapifhirhibernatejpadialect branch March 20, 2024 17:36
codeforgreen pushed a commit that referenced this pull request Apr 8, 2024
…irHibernateJpaDialect (#5791)

* prefixed the log message with "Unit test: "

* resolved review comments
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.

Prefix a unit test log for hibernate exception in HapiFhirHibernateJpaDialect
2 participants