Skip to content

use firstfit instead of random for userconcentratedpod_firstfit

3bbbb26
Select commit
Loading
Failed to load commit list.
Merged

Cleanup userconcentratedpod_random and userconcentratedpod_firstfit allocation algorithms #12233

use firstfit instead of random for userconcentratedpod_firstfit
3bbbb26
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2025 in 0s

17.46% (+0.00%) compared to cfe9602

View this Pull Request on Codecov

17.46% (+0.00%) compared to cfe9602

Details

Codecov Report

❌ Patch coverage is 8.33333% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 17.46%. Comparing base (cfe9602) to head (3bbbb26).

Files with missing lines Patch % Lines
...ava/com/cloud/upgrade/dao/Upgrade42210to42300.java 0.00% 7 Missing ⚠️
...in/java/com/cloud/upgrade/dao/Upgrade410to420.java 0.00% 2 Missing ⚠️
...torage/allocator/AbstractStoragePoolAllocator.java 0.00% 0 Missing and 1 partial ⚠️
...gent/manager/allocator/impl/FirstFitAllocator.java 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main   #12233   +/-   ##
=========================================
  Coverage     17.45%   17.46%           
- Complexity    15513    15516    +3     
=========================================
  Files          5913     5913           
  Lines        529385   529392    +7     
  Branches      64679    64680    +1     
=========================================
+ Hits          92426    92448   +22     
+ Misses       426541   426525   -16     
- Partials      10418    10419    +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.