Skip to content

Fix ConfigurationVO load exception after schema change - #10485

Merged
sureshanaparti merged 10 commits into
apache:mainfrom
shapeblue:upgrade-config
Aug 11, 2025
Merged

Fix ConfigurationVO load exception after schema change#10485
sureshanaparti merged 10 commits into
apache:mainfrom
shapeblue:upgrade-config

Merge branch 'main' into upgrade-config

04dbc7e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jul 10, 2025 in 0s

16.57% (-0.01%) compared to 8e4fe1c, passed because coverage increased by 0% when compared to adjusted base (16.57%)

View this Pull Request on Codecov

16.57% (-0.01%) compared to 8e4fe1c, passed because coverage increased by 0% when compared to adjusted base (16.57%)

Details

Codecov Report

Attention: Patch coverage is 0% with 14 lines in your changes missing coverage. Please review.

Project coverage is 16.57%. Comparing base (8e4fe1c) to head (04dbc7e).

Files with missing lines Patch % Lines
...ain/java/com/cloud/utils/db/TransactionLegacy.java 0.00% 6 Missing ⚠️
...src/main/java/com/cloud/upgrade/dao/DbUpgrade.java 0.00% 3 Missing ⚠️
...ava/com/cloud/upgrade/dao/Upgrade42010to42100.java 0.00% 3 Missing ⚠️
...java/com/cloud/upgrade/DatabaseUpgradeChecker.java 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #10485      +/-   ##
============================================
- Coverage     16.57%   16.57%   -0.01%     
  Complexity    13988    13988              
============================================
  Files          5745     5746       +1     
  Lines        510847   510862      +15     
  Branches      62140    62142       +2     
============================================
- Hits          84696    84695       -1     
- Misses       416677   416692      +15     
- Partials       9474     9475       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.