Skip to content

Fix sendStartup during ping

a2dc66c
Select commit
Loading
Failed to load commit list.
Draft

Indirect agent connection improvements #13028

Fix sendStartup during ping
a2dc66c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 11, 2026 in 0s

18.11% (+0.02%) compared to 96ca1b2

View this Pull Request on Codecov

18.11% (+0.02%) compared to 96ca1b2

Details

Codecov Report

❌ Patch coverage is 20.22956% with 1668 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.11%. Comparing base (96ca1b2) to head (a2dc66c).
⚠️ Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
agent/src/main/java/com/cloud/agent/Agent.java 9.83% 320 Missing and 1 partial ⚠️
...java/com/cloud/agent/manager/AgentManagerImpl.java 39.13% 262 Missing and 21 partials ⚠️
...t/src/main/java/com/cloud/agent/ServerAttache.java 8.19% 266 Missing and 3 partials ⚠️
.../main/java/com/cloud/agent/HostConnectProcess.java 22.83% 168 Missing and 1 partial ⚠️
...c/main/java/com/cloud/utils/nio/NioConnection.java 27.06% 85 Missing and 12 partials ⚠️
...s/src/main/java/com/cloud/utils/nio/NioClient.java 18.36% 79 Missing and 1 partial ⚠️
...ils/backoff/impl/ExponentialWithJitterBackoff.java 0.00% 70 Missing ⚠️
...b/src/main/java/com/cloud/utils/db/GlobalLock.java 19.27% 49 Missing and 18 partials ⚠️
...main/java/com/cloud/agent/SynchronousListener.java 0.00% 47 Missing ⚠️
...rk/db/src/main/java/com/cloud/utils/db/DbUtil.java 20.51% 31 Missing ⚠️
... and 20 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13028      +/-   ##
============================================
+ Coverage     18.09%   18.11%   +0.02%     
- Complexity    16717    16766      +49     
============================================
  Files          6037     6047      +10     
  Lines        542546   544074    +1528     
  Branches      66431    66570     +139     
============================================
+ Hits          98148    98540     +392     
- Misses       433378   434462    +1084     
- Partials      11020    11072      +52     

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