Skip to content

Merge remote-tracking branch 'upstream/main' into refactor-allocate-t…

803c3fa
Select commit
Loading
Failed to load commit list.
Merged

Refactor of Allocator classes #9074

Merge remote-tracking branch 'upstream/main' into refactor-allocate-t…
803c3fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 24, 2026 in 1s

18.05% (+0.03%) compared to 856d83a

View this Pull Request on Codecov

18.05% (+0.03%) compared to 856d83a

Details

Codecov Report

❌ Patch coverage is 80.75314% with 46 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.05%. Comparing base (856d83a) to head (803c3fa).

Files with missing lines Patch % Lines
...gent/manager/allocator/impl/FirstFitAllocator.java 79.38% 23 Missing and 4 partials ⚠️
.../agent/manager/allocator/impl/RandomAllocator.java 89.09% 6 Missing ⚠️
...agent/manager/allocator/impl/TestingAllocator.java 0.00% 3 Missing ⚠️
...om/cloud/deploy/DeploymentPlanningManagerImpl.java 62.50% 2 Missing and 1 partial ⚠️
...in/java/com/cloud/server/ManagementServerImpl.java 0.00% 3 Missing ⚠️
.../src/main/java/com/cloud/host/dao/HostDaoImpl.java 0.00% 2 Missing ⚠️
...i/command/admin/host/FindHostsForMigrationCmd.java 0.00% 1 Missing ⚠️
...loudstack/api/command/admin/host/ListHostsCmd.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9074      +/-   ##
============================================
+ Coverage     18.01%   18.05%   +0.03%     
- Complexity    16607    16653      +46     
============================================
  Files          6029     6030       +1     
  Lines        542154   542077      -77     
  Branches      66451    66398      -53     
============================================
+ Hits          97681    97847     +166     
+ Misses       433457   433222     -235     
+ Partials      11016    11008       -8     

☔ 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.