Skip to content

Indirect agent connection improvements#13028

Closed
sureshanaparti wants to merge 6 commits into
apache:mainfrom
shapeblue:indirect-agent-connection-improvements
Closed

Indirect agent connection improvements#13028
sureshanaparti wants to merge 6 commits into
apache:mainfrom
shapeblue:indirect-agent-connection-improvements

unlock fix

3e4ed78
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2026 in 1s

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.08608% with 1671 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.11%. Comparing base (96ca1b2) to head (3e4ed78).
⚠️ Report is 15 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 ⚠️
...b/src/main/java/com/cloud/utils/db/GlobalLock.java 15.66% 51 Missing and 19 partials ⚠️
...ils/backoff/impl/ExponentialWithJitterBackoff.java 0.00% 70 Missing ⚠️
...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    16769      +52     
============================================
  Files          6037     6047      +10     
  Lines        542546   544074    +1528     
  Branches      66431    66569     +138     
============================================
+ Hits          98148    98548     +400     
- Misses       433378   434451    +1073     
- Partials      11020    11075      +55     

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