Skip to content

fix test

d736a4a
Select commit
Loading
Failed to load commit list.
Draft

Indirect agent connection improvements #13028

fix test
d736a4a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 30, 2026 in 0s

18.05% (+0.02%) compared to a73cc9a

View this Pull Request on Codecov

18.05% (+0.02%) compared to a73cc9a

Details

Codecov Report

❌ Patch coverage is 20.24892% with 1666 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.05%. Comparing base (a73cc9a) to head (d736a4a).

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.30% 260 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.03%   18.05%   +0.02%     
- Complexity    16648    16694      +46     
============================================
  Files          6035     6045      +10     
  Lines        542487   543979    +1492     
  Branches      66477    66618     +141     
============================================
+ Hits          97854    98242     +388     
- Misses       433612   434667    +1055     
- Partials      11021    11070      +49     

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